From ae784592a807ce8f4476d163f83e6d31507c3e4d Mon Sep 17 00:00:00 2001 From: cmclark00 Date: Fri, 11 Oct 2024 23:43:37 -0400 Subject: [PATCH] ughhh --- src/main.qml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/src/main.qml b/src/main.qml index ca6dd48..a3b97ad 100644 --- a/src/main.qml +++ b/src/main.qml @@ -68,24 +68,11 @@ ApplicationWindow { Image { id: image - color: accentColor source: "icons/logo_sxs_imager.png" - - // Specify the maximum size of the image - width: window.width - height: window.height / 4 - + anchors.fill: parent smooth: true antialiasing: true - anchors { - left: logoContainer.left - leftMargin: 40 - top: logoContainer.top - bottom: logoContainer.bottom - topMargin: window.height / 25 - bottomMargin: window.height / 25 - } } }