Vertically allign the toolbar

CURA-5772
This commit is contained in:
Jaime van Kessel 2018-10-15 15:16:28 +02:00
parent cd5a0a84a8
commit 2455961ac7

View File

@ -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
}
}