Anchor loader to stage menu vertical center

This commit is contained in:
Ian Paschal 2018-12-14 16:20:08 +01:00
parent ffccbcea2f
commit 74af11d609

View File

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