mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 02:25:54 +08:00
fix color swatch to be the same as layer view color swatch
This commit is contained in:
parent
3a098f4b4c
commit
2ffc5d2b58
@ -693,7 +693,8 @@ QtObject {
|
|||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
anchors.margins: UM.Theme.getSize("default_margin").width / 4
|
anchors.margins: UM.Theme.getSize("default_margin").width / 4
|
||||||
radius: width / 2
|
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
|
color: (control.color_override !== "") ? control.color_override : control.color
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user