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

@ -53,7 +53,7 @@ Button
anchors.left: parent.left
width: height
height: parent.height - UM.Theme.getSize("narrow_margin").height
source: UM.Theme.getIcon("Extruder", "large")
source: UM.Theme.getIcon("Extruder", "medium")
color: extruderColor
visible: showExtruderSwatches && extruderColor != ""
}