Fix workspacedialog booboo typo.

This commit is contained in:
Jack Ha 2017-04-05 10:18:36 +02:00
parent 43c7373368
commit 2d6df1ae4a
2 changed files with 2 additions and 2 deletions

4
plugins/3MFReader/WorkspaceDialog.qml Normal file → Executable file
View file

@ -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
plugins/CuraEngineBackend/ProcessSlicedLayersJob.py Normal file → Executable file
View file