Cluster monitor now uses material name

This matches better with what Cura does.

CL-541
This commit is contained in:
Jaime van Kessel 2017-11-27 16:00:57 +01:00
parent 5d3779da26
commit 6f495f2d8b

View file

@ -15,7 +15,7 @@ Item
Label
{
id: materialLabel
text: printCoreConfiguration.activeMaterial.type + " (" + printCoreConfiguration.activeMaterial.color + ")"
text: printCoreConfiguration.activeMaterial.name
elide: Text.ElideRight
width: parent.width
font: UM.Theme.getFont("very_small")