mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
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:
parent
247412b16a
commit
f887db23f6
18 changed files with 15 additions and 65 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue