From 566db2cb76a99c849316b454cc510f857f529eaa Mon Sep 17 00:00:00 2001 From: Arjen Hiemstra Date: Tue, 8 Sep 2015 17:40:52 +0200 Subject: [PATCH] Add theme items for per-object settings Contributes to #325 --- resources/themes/cura/theme.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/resources/themes/cura/theme.json b/resources/themes/cura/theme.json index 91023d61b3..a85e4350fa 100644 --- a/resources/themes/cura/theme.json +++ b/resources/themes/cura/theme.json @@ -139,7 +139,10 @@ "message_text": [32, 166, 219, 255], "message_dismiss": [139, 143, 153, 255], - "tool_panel_background": [255, 255, 255, 255] + "tool_panel_background": [255, 255, 255, 255], + + "per_object_settings_panel_background": [255, 255, 255, 255], + "per_object_settings_panel_border": [208, 210, 211, 255] }, "sizes": { @@ -207,6 +210,10 @@ "message": [30.0, 5.0], "message_close": [1.25, 1.25], - "message_button": [6.0, 1.8] + "message_button": [6.0, 1.8], + + "per_object_settings_button": [2.0, 2.0], + "per_object_settings_panel": [24.0, 10.0], + "per_object_settings_panel_border": [0.1, 0.1] } }