From 5b8fe6701c75bf40ad6240668328793c3550a113 Mon Sep 17 00:00:00 2001 From: cmclark00 Date: Fri, 11 Oct 2024 23:37:31 -0400 Subject: [PATCH] changing logo --- src/main.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main.qml b/src/main.qml index 62f47f0..ca6dd48 100644 --- a/src/main.qml +++ b/src/main.qml @@ -68,11 +68,12 @@ ApplicationWindow { Image { id: image + color: accentColor source: "icons/logo_sxs_imager.png" // Specify the maximum size of the image - width: window.width * 0.45 - height: window.height / 3 + width: window.width + height: window.height / 4 smooth: true antialiasing: true