mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-17 23:45:21 +01:00
trying to fix all the broken jank
This commit is contained in:
parent
8b74f8a2b2
commit
e343b26b7b
6 changed files with 3 additions and 3 deletions
|
@ -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 |
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 |
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue