mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06:00
Rename EmptyCheck -> CheckMark
This commit is contained in:
parent
818ef8e614
commit
f6c48fdf07
5 changed files with 5 additions and 5 deletions
|
@ -151,7 +151,7 @@ SettingItem
|
|||
width: UM.Theme.getSize("checkbox_mark").width
|
||||
sourceSize.height: width
|
||||
color: !enabled ? UM.Theme.getColor("setting_control_disabled_text") : UM.Theme.getColor("setting_control_text");
|
||||
source: UM.Theme.getIcon("EmptyCheck", "low")
|
||||
source: UM.Theme.getIcon("CheckMark", "low")
|
||||
opacity: control.checked ? 1 : 0
|
||||
Behavior on opacity { NumberAnimation { duration: 100; } }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue