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

@ -37,7 +37,7 @@ MenuItem
anchors.verticalCenter: parent.verticalCenter
anchors.left: parent.left
anchors.leftMargin: UM.Theme.getSize("default_margin").width
source: UM.Theme.getIcon("CheckMark", "low")
source: UM.Theme.getIcon("Check", "low")
color: UM.Theme.getColor("setting_control_text")
}