mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 21:48:58 +08: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
@ -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…
x
Reference in New Issue
Block a user