Skip to content

Commit

Permalink
logo work
Browse files Browse the repository at this point in the history
  • Loading branch information
cmclark00 committed Oct 13, 2024
1 parent d7c28d8 commit 096e640
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions src/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,9 @@ ApplicationWindow {
source: "icons/logo_sxs_imager.png"

// Specify the maximum size of the image
width: window.width
height: window.height / 3

smooth: true
antialiasing: true

anchors {
left: logoContainer.left
top: logoContainer.top
bottom: logoContainer.bottom
topMargin: window.height
bottomMargin: window.height
}
width: parent.width
height: parent.height
anchors.fill: parent
}
}

Expand Down

0 comments on commit 096e640

Please sign in to comment.