From ecc3760e8e2e5b964b22ee47b120e54a287b9ede Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 30 Nov 2021 13:24:12 +0100 Subject: [PATCH] Increase size of icons on action buttons We want those to be 1.5em now. This has an effect on all action buttons with icons in the interface! Contributes to issue CURA-8565. --- resources/themes/cura-light/theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/themes/cura-light/theme.json b/resources/themes/cura-light/theme.json index dede26db0b..4bc6adc99c 100644 --- a/resources/themes/cura-light/theme.json +++ b/resources/themes/cura-light/theme.json @@ -563,7 +563,7 @@ "button_lining": [0, 0], "action_button": [15.0, 2.5], - "action_button_icon": [1.0, 1.0], + "action_button_icon": [1.5, 1.5], "action_button_radius": [0.15, 0.15], "dialog_primary_button_padding": [3.0, 0],