From b278229302a4db646ecd4d32cad9a42e38434dfa Mon Sep 17 00:00:00 2001 From: cmclark00 Date: Sat, 12 Oct 2024 00:20:26 -0400 Subject: [PATCH] bleck --- src/main.qml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/main.qml b/src/main.qml index 685b685..bed3e16 100644 --- a/src/main.qml +++ b/src/main.qml @@ -63,20 +63,12 @@ ApplicationWindow { Rectangle { id: logoContainer color: accentColor + implicitWidth: window.width implicitHeight: window.height/4 Image { id: image source: "icons/logo_sxs_imager.png" - smooth: true - antialiasing: true - - // Center the image within the parent (logoContainer) - anchors.centerIn: parent - - // Optional: set a maximum size for the image if needed - width: Math.min(parent.width * 0.5, sourceSize.width) - height: Math.min(parent.height * 0.75, sourceSize.height) } }