trying to fix all the broken jank

This commit is contained in:
cmclark00 2024-11-26 19:53:06 -05:00
parent 8b74f8a2b2
commit e343b26b7b
6 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@
/* Repository URL */
#define OSLIST_URL "https://raw.githubusercontent.com/cmclark00/retro-imager/refs/heads/dev/src/os_list.json"
#define OSLIST_URL "https://raw.githubusercontent.com/cmclark00/retro-imager/refs/heads/fix/src/os_list.json"
/* Time synchronization URL (only used on eglfs QPA platform, URL must be HTTP) */
#define TIME_URL "http://downloads.raspberrypi.org/os_list_imagingutility_v4.json?time_synchronization"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 106 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 304 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

Before After
Before After

View file

@ -68,7 +68,7 @@ ApplicationWindow {
Image {
id: image
source: "icons/logo_sxs_imager.png"
source: "icons/banner.png"
width: window.width * 1
height: window.height / 3
smooth: true

View file

@ -32,7 +32,7 @@
<file>icons/cat_language_specific_operating_systems.png</file>
<file>icons/cat_3d_printing.png</file>
<file>icons/logo_stacked_imager.png</file>
<file>icons/logo_sxs_imager.png</file>
<file>icons/banner.png</file>
<file>qmlcomponents/ImButton.qml</file>
<file>qmlcomponents/ImButtonRed.qml</file>
<file>qmlcomponents/ImCheckBox.qml</file>