Rename low quality CheckMark.svg -> Check.svg

Rename low quality Check.svg -> CheckThin.svg
This commit is contained in:
j.delarago 2022-01-25 11:32:41 +01:00
parent 0f4a49ac6d
commit 7f81a2aa8c
6 changed files with 9 additions and 9 deletions

View file

@ -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("CheckMark", "low")
source: UM.Theme.getIcon("Check", "low")
opacity: control.checked ? 1 : 0
Behavior on opacity { NumberAnimation { duration: 100; } }
}