mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -06: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
|
||||
minimumHeight: 400 * screenScaleFactor
|
||||
width: minimumWidth
|
||||
height: minumumHeight
|
||||
height: minimumHeight
|
||||
|
||||
property int comboboxHeight: 15 * screenScaleFactor
|
||||
property int spacerHeight: 10 * screenScaleFactor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue