mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-07 01:39:00 +08:00
Anchor loader to stage menu vertical center
This commit is contained in:
parent
ffccbcea2f
commit
74af11d609
@ -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…
x
Reference in New Issue
Block a user