mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Change confusing naming of section enable switch.
CURA-9793
This commit is contained in:
parent
4f8943412f
commit
dbf27a432f
4 changed files with 11 additions and 11 deletions
|
|
@ -13,9 +13,9 @@ Item
|
|||
property alias title: sectionTitle.text
|
||||
property alias icon: sectionTitle.source
|
||||
|
||||
property alias enableSectionVisible: enableSectionSwitch.visible
|
||||
property alias enableSectionChecked: enableSectionSwitch.checked
|
||||
property alias enableSectionEnabled: enableSectionSwitch.enabled
|
||||
property alias enableSectionSwitchVisible: enableSectionSwitch.visible
|
||||
property alias enableSectionSwitchChecked: enableSectionSwitch.checked
|
||||
property alias enableSectionSwitchEnabled: enableSectionSwitch.enabled
|
||||
property var enableSectionClicked: { return }
|
||||
property int leftColumnWidth: Math.floor(width * 0.35)
|
||||
property var toolTipText: ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue