From 2d6df1ae4a1070dbc946d81036342dab0c86876e Mon Sep 17 00:00:00 2001 From: Jack Ha Date: Wed, 5 Apr 2017 10:18:36 +0200 Subject: [PATCH] Fix workspacedialog booboo typo. --- plugins/3MFReader/WorkspaceDialog.qml | 4 ++-- plugins/CuraEngineBackend/ProcessSlicedLayersJob.py | 0 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 plugins/3MFReader/WorkspaceDialog.qml mode change 100644 => 100755 plugins/CuraEngineBackend/ProcessSlicedLayersJob.py diff --git a/plugins/3MFReader/WorkspaceDialog.qml b/plugins/3MFReader/WorkspaceDialog.qml old mode 100644 new mode 100755 index 1a8ace464d..8be83f1a58 --- a/plugins/3MFReader/WorkspaceDialog.qml +++ b/plugins/3MFReader/WorkspaceDialog.qml @@ -33,7 +33,7 @@ UM.Dialog } Item { - anchors.fille: parent + anchors.fill: parent anchors.margins: 20 * Screen.devicePixelRatio UM.I18nCatalog @@ -389,4 +389,4 @@ UM.Dialog anchors.right: parent.right } } -} \ No newline at end of file +} diff --git a/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py b/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py old mode 100644 new mode 100755