mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
dfgdfg
This commit is contained in:
parent
b39659519d
commit
51b0949733
1 changed files with 1 additions and 2 deletions
|
@ -26,7 +26,7 @@ ApplicationWindow {
|
||||||
minimumWidth: imageWriter.isEmbeddedMode() ? -1 : 680
|
minimumWidth: imageWriter.isEmbeddedMode() ? -1 : 680
|
||||||
minimumHeight: imageWriter.isEmbeddedMode() ? -1 : 450
|
minimumHeight: imageWriter.isEmbeddedMode() ? -1 : 450
|
||||||
|
|
||||||
title: qsTr("Retro Imager v%1").arg(imageWriter.constantVersion())
|
title: qsTr("Retro Imager v0.1").arg(imageWriter.constantVersion())
|
||||||
|
|
||||||
FontLoader {id: roboto; source: "fonts/Roboto-Regular.ttf"}
|
FontLoader {id: roboto; source: "fonts/Roboto-Regular.ttf"}
|
||||||
FontLoader {id: robotoLight; source: "fonts/Roboto-Light.ttf"}
|
FontLoader {id: robotoLight; source: "fonts/Roboto-Light.ttf"}
|
||||||
|
@ -68,7 +68,6 @@ ApplicationWindow {
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
id: image
|
id: image
|
||||||
color: accentColor
|
|
||||||
source: "icons/logo_sxs_imager.png"
|
source: "icons/logo_sxs_imager.png"
|
||||||
|
|
||||||
// Specify the maximum size of the image
|
// Specify the maximum size of the image
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue