From 8beeac7fca275a723e0846ff446a80f76ff8c393 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Wed, 2 Oct 2019 16:57:04 +0200 Subject: [PATCH] Make the radio button in the checkbar look consistent. The drake meme and CURA-6845 told me that it should look like that. --- resources/qml/RadioCheckbar.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/qml/RadioCheckbar.qml b/resources/qml/RadioCheckbar.qml index 727907254e..0ce84ad8ca 100644 --- a/resources/qml/RadioCheckbar.qml +++ b/resources/qml/RadioCheckbar.qml @@ -140,7 +140,6 @@ Item { anchors { - margins: 3 fill: parent } radius: Math.round(width / 2)