mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58:01 -06:00
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:
parent
b15c272d23
commit
cf8d88054d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue