mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
Cleanup debugging things for cura-6874
CURA-6874
This commit is contained in:
parent
6bef16bbec
commit
958a922808
3 changed files with 11 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue