From 68a89db8635d22c97f0f6cce5c3768bf71bb5567 Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Mon, 28 Aug 2017 11:18:24 +0200 Subject: [PATCH] Move star icon in profile dropdown a little to the left CURA-4148 The star icon in the profile dropdown box is too much to the right, which overlaps a little with the dropdown arrow button. --- resources/themes/cura/theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/themes/cura/theme.json b/resources/themes/cura/theme.json index 63265cb21e..0dfea5a8a1 100644 --- a/resources/themes/cura/theme.json +++ b/resources/themes/cura/theme.json @@ -275,7 +275,7 @@ "setting": [25.0, 1.8], "setting_control": [10.0, 2.0], "setting_control_depth_margin": [1.4, 0.0], - "setting_preferences_button_margin": [3.3, 0.0], + "setting_preferences_button_margin": [4, 0.0], "setting_control_margin": [0.0, 0.0], "setting_unit_margin": [0.5, 0.5], "setting_text_maxwidth": [40.0, 0.0],