Revert "Quick fix to prevent monitor stage from overlapping header"

This reverts commit 3766effa81dc111d70c0d7ff4563936ec92fc5c4.
This commit is contained in:
Ian Paschal 2018-12-14 16:13:35 +01:00
parent 3766effa81
commit 2789a0fdc4

View File

@ -16,7 +16,6 @@ Item
color: UM.Theme.getColor("viewport_overlay")
anchors.fill: parent
anchors.topMargin: Math.round(stageMenu.height / 2)
MouseArea
{
anchors.fill: parent
@ -30,7 +29,8 @@ Item
id: monitorViewComponent
anchors.fill: parent
anchors.topMargin: Math.round(stageMenu.height / 2)
height: parent.height
property real maximumWidth: parent.width
property real maximumHeight: parent.height