Merge pull request #4997 from Ultimaker/prevent_monitor_stage_overlap

Quick fix to prevent monitor stage from overlapping header
This commit is contained in:
Ian Paschal 2018-12-14 16:29:39 +01:00 committed by GitHub
commit 38ca23a22f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 3 deletions

View file

@ -252,7 +252,7 @@ UM.MainWindow
anchors
{
// Align to the top of the stageMenu since the stageMenu may not exist
top: parent.top
top: stageMenu.source ? stageMenu.verticalCenter : parent.top
left: parent.left
right: parent.right
bottom: parent.bottom