mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Fix shadow of the first run screen
CURA-6057
This commit is contained in:
parent
69935115f3
commit
2f34bdc650
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue