mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
ughhh
This commit is contained in:
parent
5b8fe6701c
commit
ae784592a8
1 changed files with 1 additions and 14 deletions
15
src/main.qml
15
src/main.qml
|
@ -68,24 +68,11 @@ ApplicationWindow {
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
id: image
|
id: image
|
||||||
color: accentColor
|
|
||||||
source: "icons/logo_sxs_imager.png"
|
source: "icons/logo_sxs_imager.png"
|
||||||
|
anchors.fill: parent
|
||||||
// Specify the maximum size of the image
|
|
||||||
width: window.width
|
|
||||||
height: window.height / 4
|
|
||||||
|
|
||||||
smooth: true
|
smooth: true
|
||||||
antialiasing: true
|
antialiasing: true
|
||||||
|
|
||||||
anchors {
|
|
||||||
left: logoContainer.left
|
|
||||||
leftMargin: 40
|
|
||||||
top: logoContainer.top
|
|
||||||
bottom: logoContainer.bottom
|
|
||||||
topMargin: window.height / 25
|
|
||||||
bottomMargin: window.height / 25
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue