mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Show material name instead of just color
CURA-5785
This commit is contained in:
parent
4c1a45f904
commit
fe4ed46496
1 changed files with 3 additions and 3 deletions
|
|
@ -54,7 +54,7 @@ Cura.ExpandableComponent
|
||||||
width: height
|
width: height
|
||||||
}
|
}
|
||||||
|
|
||||||
// Label for the human readable material color name
|
// Label for the brand of the material
|
||||||
Label
|
Label
|
||||||
{
|
{
|
||||||
id: brandNameLabel
|
id: brandNameLabel
|
||||||
|
|
@ -71,10 +71,10 @@ Cura.ExpandableComponent
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Label that shows the brand of the material
|
// Label that shows the name of the material
|
||||||
Label
|
Label
|
||||||
{
|
{
|
||||||
text: model.color_name
|
text: model.material
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
|
|
||||||
anchors
|
anchors
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue