mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix typo
CURA-5941
This commit is contained in:
parent
07d58c3aef
commit
f7f3c96f81
4 changed files with 6 additions and 6 deletions
|
|
@ -50,7 +50,7 @@ Item
|
|||
property alias _hovered: enableSupportMouseArea.containsMouse
|
||||
|
||||
style: UM.Theme.styles.checkbox
|
||||
enabled: recommendedPrintSettup.settingsEnabled
|
||||
enabled: recommendedPrintSetup.settingsEnabled
|
||||
|
||||
visible: supportEnabled.properties.enabled == "True"
|
||||
checked: supportEnabled.properties.value == "True"
|
||||
|
|
@ -87,7 +87,7 @@ Item
|
|||
}
|
||||
|
||||
style: UM.Theme.styles.combobox_color
|
||||
enabled: recommendedPrintSettup.settingsEnabled
|
||||
enabled: recommendedPrintSetup.settingsEnabled
|
||||
visible: enableSupportCheckBox.visible && (supportEnabled.properties.value == "True") && (extrudersEnabledCount.properties.value > 1)
|
||||
textRole: "text" // this solves that the combobox isn't populated in the first time Cura is started
|
||||
|
||||
|
|
@ -127,7 +127,7 @@ Item
|
|||
id: supportExtruderMouseArea
|
||||
anchors.fill: parent
|
||||
hoverEnabled: true
|
||||
enabled: recommendedPrintSettup.settingsEnabled
|
||||
enabled: recommendedPrintSetup.settingsEnabled
|
||||
acceptedButtons: Qt.NoButton
|
||||
onEntered:
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue