mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 12:46:01 +08:00
Remove redundant visibility properties from Items
CURA-6874
This commit is contained in:
parent
958a922808
commit
d63499fb24
@ -24,7 +24,6 @@ Item
|
|||||||
y: safeArea.y - parent.y
|
y: safeArea.y - parent.y
|
||||||
width: actionPanelWidget.x - x
|
width: actionPanelWidget.x - x
|
||||||
height: actionPanelWidget.y - y
|
height: actionPanelWidget.y - y
|
||||||
visible: false
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Loader
|
Loader
|
||||||
|
@ -308,7 +308,6 @@ UM.MainWindow
|
|||||||
anchors.right: main.right
|
anchors.right: main.right
|
||||||
anchors.top: main.top
|
anchors.top: main.top
|
||||||
anchors.bottom: main.bottom
|
anchors.bottom: main.bottom
|
||||||
visible: false
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Loader
|
Loader
|
||||||
|
Loading…
x
Reference in New Issue
Block a user