From 2f34bdc650dc2203c7b8f3d5f75831823c678516 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Fri, 29 Mar 2019 11:51:57 +0100 Subject: [PATCH] Fix shadow of the first run screen CURA-6057 --- resources/qml/WelcomePages/WelcomeDialog.qml | 4 ++-- resources/themes/cura-light/theme.json | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/resources/qml/WelcomePages/WelcomeDialog.qml b/resources/qml/WelcomePages/WelcomeDialog.qml index fa5a09c8e6..e6a68fb020 100644 --- a/resources/qml/WelcomePages/WelcomeDialog.qml +++ b/resources/qml/WelcomePages/WelcomeDialog.qml @@ -47,12 +47,12 @@ Item DropShadow { id: shadow - radius: UM.Theme.getSize("monitor_shadow_radius").width + radius: UM.Theme.getSize("first_run_shadow_radius").width anchors.fill: stepPanel source: stepPanel horizontalOffset: shadowOffset verticalOffset: shadowOffset - color: UM.Theme.getColor("monitor_shadow") + color: UM.Theme.getColor("first_run_shadow") transparentBorder: true } diff --git a/resources/themes/cura-light/theme.json b/resources/themes/cura-light/theme.json index 0fa3aa97a2..ccd7a5dddf 100644 --- a/resources/themes/cura-light/theme.json +++ b/resources/themes/cura-light/theme.json @@ -187,6 +187,8 @@ "action_panel_secondary": [27, 95, 202, 255], + "first_run_shadow": [50, 50, 50, 255], + "toolbar_background": [255, 255, 255, 255], "printer_type_label_background": [228, 228, 242, 255], @@ -559,6 +561,7 @@ "save_button_specs_icons": [1.4, 1.4], "job_specs_button": [2.7, 2.7], + "first_run_shadow_radius": [1.2, 1.2], "monitor_preheat_temperature_control": [4.5, 2.0],