Fix typo in WorkspaceDialog.qml

This commit is contained in:
Lipu Fei 2017-10-05 15:48:09 +02:00
parent 80ae45ac13
commit 8a27b2e97b

View file

@ -15,7 +15,7 @@ UM.Dialog
minimumWidth: 500 * screenScaleFactor
minimumHeight: 400 * screenScaleFactor
width: minimumWidth
height: minumumHeight
height: minimumHeight
property int comboboxHeight: 15 * screenScaleFactor
property int spacerHeight: 10 * screenScaleFactor