mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
almost there
This commit is contained in:
parent
4aa35bc642
commit
d7c28d834c
1 changed files with 2 additions and 3 deletions
|
@ -77,11 +77,10 @@ ApplicationWindow {
|
||||||
|
|
||||||
anchors {
|
anchors {
|
||||||
left: logoContainer.left
|
left: logoContainer.left
|
||||||
leftMargin: 40
|
|
||||||
top: logoContainer.top
|
top: logoContainer.top
|
||||||
bottom: logoContainer.bottom
|
bottom: logoContainer.bottom
|
||||||
topMargin: window.height / 25
|
topMargin: window.height
|
||||||
bottomMargin: window.height / 25
|
bottomMargin: window.height
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue