mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
logo work
This commit is contained in:
parent
d7c28d834c
commit
096e640852
1 changed files with 3 additions and 13 deletions
16
src/main.qml
16
src/main.qml
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue