mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-23 02:41:01 -07:00
Revert "Quick fix to prevent monitor stage from overlapping header"
This reverts commit 3766effa81.
This commit is contained in:
parent
3766effa81
commit
2789a0fdc4
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue