From be9c7ab9301a9faeffdc10f24f039cddb383b191 Mon Sep 17 00:00:00 2001 From: cmclark00 Date: Sat, 12 Oct 2024 20:33:17 -0400 Subject: [PATCH] almost got it --- src/main.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.qml b/src/main.qml index 3672e7d..611119a 100644 --- a/src/main.qml +++ b/src/main.qml @@ -71,8 +71,6 @@ ApplicationWindow { source: "icons/logo_sxs_imager.png" width: window.width * 1 height: window.height / 3 - fillMode: Image.PreserveAspectFit - horizontalAlignment: Image.AlignLeft smooth: true antialiasing: true }