mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Cleanup: make safe areas invisible
CURA-6874
This commit is contained in:
parent
d59a343b3f
commit
6bef16bbec
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ Item
|
|||
y: safeArea.y - parent.y
|
||||
width: actionPanelWidget.x - x
|
||||
height: actionPanelWidget.y - y
|
||||
visible: true // true for debug only
|
||||
visible: false // true for debug only
|
||||
color:"#800000FF"
|
||||
|
||||
Component.onCompleted: {
|
||||
|
|
|
@ -308,7 +308,7 @@ UM.MainWindow
|
|||
anchors.right: main.right
|
||||
anchors.top: main.top
|
||||
anchors.bottom: main.bottom
|
||||
visible: true // set to true for debugging only
|
||||
visible: false // set to true for debugging only
|
||||
color:"#8000FF00"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue