mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Rename EmptyCheck -> CheckMark
This commit is contained in:
parent
818ef8e614
commit
f6c48fdf07
5 changed files with 5 additions and 5 deletions
Before Width: | Height: | Size: 218 B After Width: | Height: | Size: 218 B |
|
@ -422,7 +422,7 @@ QtObject
|
|||
width: UM.Theme.getSize("checkbox_mark").width
|
||||
sourceSize.height: width
|
||||
color: UM.Theme.getColor("checkbox_mark")
|
||||
source: control.exclusiveGroup ? UM.Theme.getIcon("Dot") : UM.Theme.getIcon("EmptyCheck", "low")
|
||||
source: control.exclusiveGroup ? UM.Theme.getIcon("Dot") : UM.Theme.getIcon("CheckMark", "low")
|
||||
opacity: control.checked
|
||||
Behavior on opacity { NumberAnimation { duration: 100; } }
|
||||
}
|
||||
|
@ -472,7 +472,7 @@ QtObject
|
|||
}
|
||||
else
|
||||
{
|
||||
return control.exclusiveGroup ? UM.Theme.getIcon("Dot", "low") : UM.Theme.getIcon("EmptyCheck", "low");
|
||||
return control.exclusiveGroup ? UM.Theme.getIcon("Dot", "low") : UM.Theme.getIcon("CheckMark", "low");
|
||||
}
|
||||
}
|
||||
opacity: control.checked
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue