This commit is contained in:
cmclark00 2024-10-11 23:43:37 -04:00
parent 5b8fe6701c
commit ae784592a8

View file

@ -68,24 +68,11 @@ ApplicationWindow {
Image {
id: image
color: accentColor
source: "icons/logo_sxs_imager.png"
// Specify the maximum size of the image
width: window.width
height: window.height / 4
anchors.fill: parent
smooth: true
antialiasing: true
anchors {
left: logoContainer.left
leftMargin: 40
top: logoContainer.top
bottom: logoContainer.bottom
topMargin: window.height / 25
bottomMargin: window.height / 25
}
}
}