From d63499fb245b62385de54532f90545791eeb7f46 Mon Sep 17 00:00:00 2001 From: Nino van Hooff Date: Wed, 30 Oct 2019 10:57:03 +0100 Subject: [PATCH] Remove redundant visibility properties from Items CURA-6874 --- plugins/PreviewStage/PreviewMain.qml | 1 - resources/qml/Cura.qml | 1 - 2 files changed, 2 deletions(-) diff --git a/plugins/PreviewStage/PreviewMain.qml b/plugins/PreviewStage/PreviewMain.qml index 9eac1b9d40..2926f0d012 100644 --- a/plugins/PreviewStage/PreviewMain.qml +++ b/plugins/PreviewStage/PreviewMain.qml @@ -24,7 +24,6 @@ Item y: safeArea.y - parent.y width: actionPanelWidget.x - x height: actionPanelWidget.y - y - visible: false } Loader diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index abae84e7f0..f13f9e0ce9 100644 --- a/resources/qml/Cura.qml +++ b/resources/qml/Cura.qml @@ -308,7 +308,6 @@ UM.MainWindow anchors.right: main.right anchors.top: main.top anchors.bottom: main.bottom - visible: false } Loader