Fix shadow of the first run screen

CURA-6057
This commit is contained in:
Jaime van Kessel 2019-03-29 11:51:57 +01:00
parent 69935115f3
commit 2f34bdc650
2 changed files with 5 additions and 2 deletions

View File

@ -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
}

View File

@ -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],