mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07: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
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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],
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue