mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Anchor loader to stage menu vertical center
This commit is contained in:
parent
ffccbcea2f
commit
74af11d609
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ UM.MainWindow
|
|||
anchors
|
||||
{
|
||||
// Align to the top of the stageMenu since the stageMenu may not exist
|
||||
top: headerBackground.top
|
||||
top: stageMenu.source ? stageMenu.verticalCenter : parent.top
|
||||
left: parent.left
|
||||
right: parent.right
|
||||
bottom: parent.bottom
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue