mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-25 11:51:41 -07:00
Vertically allign the toolbar
CURA-5772
This commit is contained in:
parent
cd5a0a84a8
commit
2455961ac7
1 changed files with 3 additions and 3 deletions
|
|
@ -189,9 +189,9 @@ UM.MainWindow
|
||||||
property int mouseX: base.mouseX
|
property int mouseX: base.mouseX
|
||||||
property int mouseY: base.mouseY
|
property int mouseY: base.mouseY
|
||||||
|
|
||||||
anchors {
|
anchors
|
||||||
top: stageMenu.bottom
|
{
|
||||||
topMargin: UM.Theme.getSize("window_margin").height
|
verticalCenter: parent.verticalCenter
|
||||||
left: parent.left
|
left: parent.left
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue