mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-25 11:51:41 -07:00
Add SingleSettingTextField.qml
Added a workaround for states of inheriting components. See comments for details. CURA-9793
This commit is contained in:
parent
f24e6b1961
commit
dfb6c04d00
2 changed files with 166 additions and 0 deletions
|
|
@ -58,6 +58,18 @@ RecommendedSettingSection
|
|||
width: parent.width
|
||||
settingName: "infill_pattern"
|
||||
}
|
||||
},
|
||||
RecommendedSettingItem
|
||||
{
|
||||
settingName: catalog.i18nc("@action:label", "Shell Thickness")
|
||||
|
||||
settingControl: Cura.SingleSettingTextField
|
||||
{
|
||||
width: parent.width
|
||||
settingName: "wall_thickness"
|
||||
validator: Cura.FloatValidator {}
|
||||
unitText: catalog.i18nc("@label", "mm")
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue