From 7eca00565927234fc793d221acdb2b624c984e9f 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 81885faaf0..c56a983049 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],