mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:49:00 +08:00
Revert "Quick fix to prevent monitor stage from overlapping header"
This reverts commit 3766effa81dc111d70c0d7ff4563936ec92fc5c4.
This commit is contained in:
parent
3766effa81
commit
2789a0fdc4
@ -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…
x
Reference in New Issue
Block a user