mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:55:56 +08:00
Quick fix to prevent monitor stage from overlapping header
This commit is contained in:
parent
2e835bf48d
commit
3766effa81
@ -16,6 +16,7 @@ Item
|
||||
|
||||
color: UM.Theme.getColor("viewport_overlay")
|
||||
anchors.fill: parent
|
||||
anchors.topMargin: Math.round(stageMenu.height / 2)
|
||||
MouseArea
|
||||
{
|
||||
anchors.fill: parent
|
||||
@ -29,8 +30,7 @@ Item
|
||||
id: monitorViewComponent
|
||||
|
||||
anchors.fill: parent
|
||||
|
||||
height: parent.height
|
||||
anchors.topMargin: Math.round(stageMenu.height / 2)
|
||||
|
||||
property real maximumWidth: parent.width
|
||||
property real maximumHeight: parent.height
|
||||
|
Loading…
x
Reference in New Issue
Block a user