From 750f1ce158902fc7a2b75b88c9b5e0f657e7692b Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Thu, 7 Sep 2017 15:40:45 +0200 Subject: [PATCH] Make extruder icons on LayerView panel round CURA-4212 --- plugins/LayerView/LayerView.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/LayerView/LayerView.qml b/plugins/LayerView/LayerView.qml index 1cf901a0bd..f74a48745f 100755 --- a/plugins/LayerView/LayerView.qml +++ b/plugins/LayerView/LayerView.qml @@ -199,6 +199,7 @@ Item width: UM.Theme.getSize("layerview_legend_size").width height: UM.Theme.getSize("layerview_legend_size").height color: model.color + radius: width / 2 border.width: UM.Theme.getSize("default_lining").width border.color: UM.Theme.getColor("lining") visible: !view_settings.show_legend