Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLipu Fei <lipu.fei815@gmail.com>2017-10-10 12:31:36 +0300
committerLipu Fei <lipu.fei815@gmail.com>2017-10-10 12:31:37 +0300
commit245eec931431de790552c100546ded6adc315c08 (patch)
treeb8076c1c6ce4f84c28888136a064fc288497aeff /plugins/3MFReader/WorkspaceDialog.qml
parentac05843831e02d1468bc7a305a64048d683de181 (diff)
Hide settings visibility row if it is not in preferences
CURA-4344 Hide the row which shows the number of settings that are visible on the project file loading dialog if this information is not available.
Diffstat (limited to 'plugins/3MFReader/WorkspaceDialog.qml')
-rw-r--r--plugins/3MFReader/WorkspaceDialog.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/3MFReader/WorkspaceDialog.qml b/plugins/3MFReader/WorkspaceDialog.qml
index 55f8d5eecf..826b488e02 100644
--- a/plugins/3MFReader/WorkspaceDialog.qml
+++ b/plugins/3MFReader/WorkspaceDialog.qml
@@ -331,6 +331,7 @@ UM.Dialog
{
width: parent.width
height: childrenRect.height
+ visible: manager.hasVisibleSettingsField
Label
{
text: catalog.i18nc("@action:label", "Visible settings:")