From 6e8cb1b359bf377abe3206ca4e689ca7321074d2 Mon Sep 17 00:00:00 2001 From: cmclark00 Date: Sat, 12 Oct 2024 00:08:07 -0400 Subject: [PATCH] idk anymore --- src/main.qml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/main.qml b/src/main.qml index 7fc2903..70769f6 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 v0.1").arg(imageWriter.constantVersion()) + title: qsTr("Retro Imager v0.1") FontLoader {id: roboto; source: "fonts/Roboto-Regular.ttf"} FontLoader {id: robotoLight; source: "fonts/Roboto-Light.ttf"} @@ -76,9 +76,6 @@ ApplicationWindow { smooth: true antialiasing: true - - anchors { - fill: parent } } }