mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 13:46:01 +08:00
Vertically allign the toolbar
CURA-5772
This commit is contained in:
parent
cd5a0a84a8
commit
2455961ac7
@ -189,9 +189,9 @@ UM.MainWindow
|
||||
property int mouseX: base.mouseX
|
||||
property int mouseY: base.mouseY
|
||||
|
||||
anchors {
|
||||
top: stageMenu.bottom
|
||||
topMargin: UM.Theme.getSize("window_margin").height
|
||||
anchors
|
||||
{
|
||||
verticalCenter: parent.verticalCenter
|
||||
left: parent.left
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user