From 2ffc5d2b581da42c405f8094ddf3817b01904e9b Mon Sep 17 00:00:00 2001 From: ChrisTerBeke Date: Tue, 12 Sep 2017 13:39:39 +0200 Subject: [PATCH] fix color swatch to be the same as layer view color swatch --- resources/themes/cura-light/styles.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/themes/cura-light/styles.qml b/resources/themes/cura-light/styles.qml index 6b6093901b..be3e78990e 100755 --- a/resources/themes/cura-light/styles.qml +++ b/resources/themes/cura-light/styles.qml @@ -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 }