mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
fix color swatch to be the same as layer view color swatch
This commit is contained in:
parent
3a098f4b4c
commit
2ffc5d2b58
1 changed files with 2 additions and 1 deletions
|
@ -693,7 +693,8 @@ QtObject {
|
|||
anchors.verticalCenter: parent.verticalCenter
|
||||
anchors.margins: UM.Theme.getSize("default_margin").width / 4
|
||||
radius: width / 2
|
||||
|
||||
border.width: UM.Theme.getSize("default_lining").width
|
||||
border.color: UM.Theme.getColor("lining")
|
||||
color: (control.color_override !== "") ? control.color_override : control.color
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue