SVG are not correlated to pixel size.

Although this deviates from the UX practices. It tended to confuse the
programmers ;-) The variances in level of detail for the icons are now
placed in the sub-directories. small, default and big.

CURA-8010_new_icons
This commit is contained in:
jelle Spijker 2021-04-28 15:45:20 +02:00 committed by Jelle Spijker
parent 5cb56b74e2
commit 9ea97f7561
No known key found for this signature in database
GPG key ID: 6662DC033BE6B99A
93 changed files with 13 additions and 13 deletions

View file

@ -171,7 +171,7 @@ SettingItem
sourceSize.width: width
sourceSize.height: height
source: UM.Theme.getIcon("Extruder", "30")
source: UM.Theme.getIcon("Extruder", "large")
color: control.color
}
}
@ -240,7 +240,7 @@ SettingItem
sourceSize.width: width
sourceSize.height: height
source: UM.Theme.getIcon("Extruder", "30")
source: UM.Theme.getIcon("Extruder", "large")
color: control.model.getItem(index).color
}
}

View file

@ -172,7 +172,7 @@ SettingItem
sourceSize.width: width
sourceSize.height: height
source: UM.Theme.getIcon("Extruder", "30")
source: UM.Theme.getIcon("Extruder", "large")
color: control.color
}
}
@ -237,7 +237,7 @@ SettingItem
sourceSize.width: width
sourceSize.height: height
source: UM.Theme.getIcon("Extruder", "30")
source: UM.Theme.getIcon("Extruder", "large")
color: control.model.getItem(index).color
}
}