From c2e4c14e5992efb2160eba29a2faeac93c8d0919 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 23 Aug 2017 17:02:07 +0200 Subject: [PATCH] Adjust vertical margins in sidebar The section size adjusts the size of a setting item, and the actual control is centred within that space so in effect it controls the margins above and below each setting control. Contributes to issue CURA-4148. --- resources/themes/cura/theme.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/themes/cura/theme.json b/resources/themes/cura/theme.json index 2682d5adf2..54ef0a8788 100644 --- a/resources/themes/cura/theme.json +++ b/resources/themes/cura/theme.json @@ -252,6 +252,7 @@ "sidebar": [35.0, 10.0], "sidebar_margin": [1.71, 1.43], + "sidebar_margin_thin": [0.71, 0.71], "sidebar_header": [0.0, 4.0], "sidebar_header_highlight": [0.25, 0.25], "sidebar_header_mode_toggle": [0.0, 2.0], @@ -265,7 +266,7 @@ "simple_mode_infill_caption": [0.0, 5.0], "simple_mode_infill_height": [0.0, 8.0], - "section": [0.0, 2.0], + "section": [0.0, 2.86], "section_icon": [1.6, 1.6], "section_icon_column": [2.8, 0.0],