mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
Fix setting type names
This commit is contained in:
parent
cdc8b04c5c
commit
38e9661fe1
1 changed files with 2 additions and 4 deletions
|
@ -45,13 +45,11 @@ ScrollView
|
|||
return "SettingTextField.qml"
|
||||
case "float":
|
||||
return "SettingTextField.qml"
|
||||
case "double":
|
||||
return "SettingTextField.qml"
|
||||
case "enum":
|
||||
return "SettingComboBox.qml"
|
||||
case "boolean":
|
||||
case "bool":
|
||||
return "SettingCheckBox.qml"
|
||||
case "string":
|
||||
case "str":
|
||||
return "SettingTextField.qml"
|
||||
case "category":
|
||||
return "SettingCategory.qml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue