mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55: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"
|
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
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue