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