logo work

This commit is contained in:
cmclark00 2024-10-12 20:00:30 -04:00
parent d7c28d834c
commit 096e640852

View file

@ -69,19 +69,9 @@ ApplicationWindow {
source: "icons/logo_sxs_imager.png" source: "icons/logo_sxs_imager.png"
// Specify the maximum size of the image // Specify the maximum size of the image
width: window.width width: parent.width
height: window.height / 3 height: parent.height
anchors.fill: parent
smooth: true
antialiasing: true
anchors {
left: logoContainer.left
top: logoContainer.top
bottom: logoContainer.bottom
topMargin: window.height
bottomMargin: window.height
}
} }
} }