mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 23:45:59 +08:00
Fix typo
CURA-5941
This commit is contained in:
parent
07d58c3aef
commit
f7f3c96f81
@ -50,7 +50,7 @@ Item
|
|||||||
|
|
||||||
//: Setting enable printing build-plate adhesion helper checkbox
|
//: Setting enable printing build-plate adhesion helper checkbox
|
||||||
style: UM.Theme.styles.checkbox
|
style: UM.Theme.styles.checkbox
|
||||||
enabled: recommendedPrintSettup.settingsEnabled
|
enabled: recommendedPrintSetup.settingsEnabled
|
||||||
|
|
||||||
visible: platformAdhesionType.properties.enabled == "True"
|
visible: platformAdhesionType.properties.enabled == "True"
|
||||||
checked: platformAdhesionType.properties.value != "skirt" && platformAdhesionType.properties.value != "none"
|
checked: platformAdhesionType.properties.value != "skirt" && platformAdhesionType.properties.value != "none"
|
||||||
|
@ -189,7 +189,7 @@ Item
|
|||||||
|
|
||||||
text: catalog.i18nc("@label", "Gradual infill")
|
text: catalog.i18nc("@label", "Gradual infill")
|
||||||
style: UM.Theme.styles.checkbox
|
style: UM.Theme.styles.checkbox
|
||||||
enabled: recommendedPrintSettup.settingsEnabled
|
enabled: recommendedPrintSetup.settingsEnabled
|
||||||
visible: infillSteps.properties.enabled == "True"
|
visible: infillSteps.properties.enabled == "True"
|
||||||
checked: parseInt(infillSteps.properties.value) > 0
|
checked: parseInt(infillSteps.properties.value) > 0
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ import Cura 1.0 as Cura
|
|||||||
|
|
||||||
Item
|
Item
|
||||||
{
|
{
|
||||||
id: recommendedPrintSettup
|
id: recommendedPrintSetup
|
||||||
|
|
||||||
height: childrenRect.height + 2 * padding
|
height: childrenRect.height + 2 * padding
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ Item
|
|||||||
property alias _hovered: enableSupportMouseArea.containsMouse
|
property alias _hovered: enableSupportMouseArea.containsMouse
|
||||||
|
|
||||||
style: UM.Theme.styles.checkbox
|
style: UM.Theme.styles.checkbox
|
||||||
enabled: recommendedPrintSettup.settingsEnabled
|
enabled: recommendedPrintSetup.settingsEnabled
|
||||||
|
|
||||||
visible: supportEnabled.properties.enabled == "True"
|
visible: supportEnabled.properties.enabled == "True"
|
||||||
checked: supportEnabled.properties.value == "True"
|
checked: supportEnabled.properties.value == "True"
|
||||||
@ -87,7 +87,7 @@ Item
|
|||||||
}
|
}
|
||||||
|
|
||||||
style: UM.Theme.styles.combobox_color
|
style: UM.Theme.styles.combobox_color
|
||||||
enabled: recommendedPrintSettup.settingsEnabled
|
enabled: recommendedPrintSetup.settingsEnabled
|
||||||
visible: enableSupportCheckBox.visible && (supportEnabled.properties.value == "True") && (extrudersEnabledCount.properties.value > 1)
|
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
|
textRole: "text" // this solves that the combobox isn't populated in the first time Cura is started
|
||||||
|
|
||||||
@ -127,7 +127,7 @@ Item
|
|||||||
id: supportExtruderMouseArea
|
id: supportExtruderMouseArea
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
enabled: recommendedPrintSettup.settingsEnabled
|
enabled: recommendedPrintSetup.settingsEnabled
|
||||||
acceptedButtons: Qt.NoButton
|
acceptedButtons: Qt.NoButton
|
||||||
onEntered:
|
onEntered:
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user