From afeb9b90ecf2100a1beb51b61defb2f0471422cb Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Mon, 6 May 2019 13:42:39 +0200 Subject: [PATCH] Increase width of toolbox header tab CURA-6503 --- 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 f1e35f189f..d1c4600f27 100644 --- a/resources/themes/cura-light/theme.json +++ b/resources/themes/cura-light/theme.json @@ -591,7 +591,7 @@ "toolbox_thumbnail_large": [12.0, 10.0], "toolbox_footer": [1.0, 4.5], "toolbox_footer_button": [8.0, 2.5], - "toolbox_header_tab": [8.0, 4.0], + "toolbox_header_tab": [12.0, 4.0], "toolbox_detail_header": [1.0, 14.0], "toolbox_back_column": [6.0, 1.0], "toolbox_back_button": [6.0, 2.0],