mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 06:03:57 -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
|
width: UM.Theme.getSize("section_icon").width
|
||||||
height: UM.Theme.getSize("section_icon").height
|
height: UM.Theme.getSize("section_icon").height
|
||||||
materialColor: mainColor
|
materialColor: printCoreConfiguration.material.color
|
||||||
anchors.left: extruderLabel.right
|
anchors.left: extruderLabel.right
|
||||||
anchors.leftMargin: UM.Theme.getSize("narrow_margin").width
|
anchors.leftMargin: UM.Theme.getSize("narrow_margin").width
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue