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
}