Browse Source

Fix workspacedialog booboo typo.

Jack Ha 8 years ago
parent
commit
2d6df1ae4a

+ 2 - 2
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
         }
     }
-}
+}

+ 0 - 0
plugins/CuraEngineBackend/ProcessSlicedLayersJob.py