Use proper colour for material in configuration item

No idea this would be so easy.

Contributes to issue CURA-5876.
This commit is contained in:
Ghostkeeper 2018-11-27 13:29:57 +01:00
parent b15c272d23
commit cf8d88054d
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -37,7 +37,7 @@ Column
{
width: UM.Theme.getSize("section_icon").width
height: UM.Theme.getSize("section_icon").height
materialColor: mainColor
materialColor: printCoreConfiguration.material.color
anchors.left: extruderLabel.right
anchors.leftMargin: UM.Theme.getSize("narrow_margin").width
}