mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix typo in WorkspaceDialog.qml
This commit is contained in:
parent
80ae45ac13
commit
8a27b2e97b
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ UM.Dialog
|
||||||
minimumWidth: 500 * screenScaleFactor
|
minimumWidth: 500 * screenScaleFactor
|
||||||
minimumHeight: 400 * screenScaleFactor
|
minimumHeight: 400 * screenScaleFactor
|
||||||
width: minimumWidth
|
width: minimumWidth
|
||||||
height: minumumHeight
|
height: minimumHeight
|
||||||
|
|
||||||
property int comboboxHeight: 15 * screenScaleFactor
|
property int comboboxHeight: 15 * screenScaleFactor
|
||||||
property int spacerHeight: 10 * screenScaleFactor
|
property int spacerHeight: 10 * screenScaleFactor
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue