Cleanup debugging things for cura-6874

CURA-6874
This commit is contained in:
Nino van Hooff 2019-10-30 10:54:22 +01:00
parent 6bef16bbec
commit 958a922808
3 changed files with 11 additions and 19 deletions

View file

@ -302,14 +302,13 @@ UM.MainWindow
}
// A hint for the loaded content view. Overlay items / controls can safely be placed in this area
Rectangle {
Item {
id: mainSafeArea
anchors.left: viewOrientationControls.right
anchors.right: main.right
anchors.top: main.top
anchors.bottom: main.bottom
visible: false // set to true for debugging only
color:"#8000FF00"
visible: false
}
Loader