From 51b094973326c615f423552920253485d3d0f29d Mon Sep 17 00:00:00 2001 From: cmclark00 Date: Sat, 12 Oct 2024 00:03:59 -0400 Subject: [PATCH] dfgdfg --- src/main.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.qml b/src/main.qml index 39b344ae..7fc29034 100644 --- a/src/main.qml +++ b/src/main.qml @@ -26,7 +26,7 @@ ApplicationWindow { minimumWidth: imageWriter.isEmbeddedMode() ? -1 : 680 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: robotoLight; source: "fonts/Roboto-Light.ttf"} @@ -68,7 +68,6 @@ ApplicationWindow { Image { id: image - color: accentColor source: "icons/logo_sxs_imager.png" // Specify the maximum size of the image