changing logo

This commit is contained in:
cmclark00 2024-10-11 23:37:31 -04:00
parent 308488226e
commit 5b8fe6701c

View file

@ -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