mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-08 05:39:01 +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
|
anchors
|
||||||
{
|
{
|
||||||
// Align to the top of the stageMenu since the stageMenu may not exist
|
// 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
|
left: parent.left
|
||||||
right: parent.right
|
right: parent.right
|
||||||
bottom: parent.bottom
|
bottom: parent.bottom
|
||||||
|
Loading…
x
Reference in New Issue
Block a user