mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Fix workspacedialog booboo typo.
This commit is contained in:
parent
43c7373368
commit
2d6df1ae4a
2 changed files with 2 additions and 2 deletions
4
plugins/3MFReader/WorkspaceDialog.qml
Normal file → Executable file
4
plugins/3MFReader/WorkspaceDialog.qml
Normal file → Executable file
|
@ -33,7 +33,7 @@ UM.Dialog
|
||||||
}
|
}
|
||||||
Item
|
Item
|
||||||
{
|
{
|
||||||
anchors.fille: parent
|
anchors.fill: parent
|
||||||
anchors.margins: 20 * Screen.devicePixelRatio
|
anchors.margins: 20 * Screen.devicePixelRatio
|
||||||
|
|
||||||
UM.I18nCatalog
|
UM.I18nCatalog
|
||||||
|
@ -389,4 +389,4 @@ UM.Dialog
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
0
plugins/CuraEngineBackend/ProcessSlicedLayersJob.py
Normal file → Executable file
0
plugins/CuraEngineBackend/ProcessSlicedLayersJob.py
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue