From 25fa71b0567d02416a97ab69ba8b347fbe0b76ca Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Wed, 19 Jan 2022 18:06:47 +0100 Subject: [PATCH] Update checkbox style to reflect new design. Add checkbox_mark size for icons inside checkbox instead of dynamically assigning size. This is related to previous commit about Math.round(parent.width/2.5) always resolving to 1 --- resources/themes/cura-light/theme.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/themes/cura-light/theme.json b/resources/themes/cura-light/theme.json index f59231d960..2276c39744 100644 --- a/resources/themes/cura-light/theme.json +++ b/resources/themes/cura-light/theme.json @@ -604,8 +604,9 @@ "layerview_row": [11.0, 1.5], "layerview_row_spacing": [0.0, 0.5], - "checkbox": [1.5, 1.5], - "checkbox_radius": [0.08, 0.08], + "checkbox": [1.33, 1.33], + "checkbox_mark": [1, 1], + "checkbox_radius": [0.25, 0.25], "tooltip": [20.0, 10.0], "tooltip_margins": [1.0, 1.0],