Use detail_level to describe the icons (instead of size)

Previously the icons were organized according to "size" which could prove to be confusing.
This commit fixes that by organizing them according to "detail_level".

CURA-8010
This commit is contained in:
Kostas Karmas 2021-04-28 18:53:32 +02:00
parent 247412b16a
commit f887db23f6
18 changed files with 15 additions and 65 deletions

View file

@ -203,7 +203,7 @@ Cura.ExpandableComponent
anchors.right: extrudersModelCheckBox.right
width: UM.Theme.getSize("layerview_legend_size").width
height: UM.Theme.getSize("layerview_legend_size").height
source: UM.Theme.getIcon("Extruder", "large")
source: UM.Theme.getIcon("Extruder", "medium")
color: model.color
}