mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -06:00
Show material by its displayname instead of its color
This commit is contained in:
parent
82f6f20bc1
commit
42010e34d2
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ UM.ManagementPage
|
|||
}
|
||||
Label
|
||||
{
|
||||
text: (model.name != model.metadata.material) ? model.metadata.color_name : ""
|
||||
text: (model.name != model.metadata.material) ? model.name : ""
|
||||
elide: Text.ElideRight
|
||||
font.italic: model.id == activeId
|
||||
color: isCurrentItem ? palette.highlightedText : palette.text;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue