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 {
|
||||
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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue