mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 21:25:53 +08:00
Fix shadow of the first run screen
CURA-6057
This commit is contained in:
parent
69935115f3
commit
2f34bdc650
@ -47,12 +47,12 @@ Item
|
|||||||
DropShadow
|
DropShadow
|
||||||
{
|
{
|
||||||
id: shadow
|
id: shadow
|
||||||
radius: UM.Theme.getSize("monitor_shadow_radius").width
|
radius: UM.Theme.getSize("first_run_shadow_radius").width
|
||||||
anchors.fill: stepPanel
|
anchors.fill: stepPanel
|
||||||
source: stepPanel
|
source: stepPanel
|
||||||
horizontalOffset: shadowOffset
|
horizontalOffset: shadowOffset
|
||||||
verticalOffset: shadowOffset
|
verticalOffset: shadowOffset
|
||||||
color: UM.Theme.getColor("monitor_shadow")
|
color: UM.Theme.getColor("first_run_shadow")
|
||||||
transparentBorder: true
|
transparentBorder: true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -187,6 +187,8 @@
|
|||||||
|
|
||||||
"action_panel_secondary": [27, 95, 202, 255],
|
"action_panel_secondary": [27, 95, 202, 255],
|
||||||
|
|
||||||
|
"first_run_shadow": [50, 50, 50, 255],
|
||||||
|
|
||||||
"toolbar_background": [255, 255, 255, 255],
|
"toolbar_background": [255, 255, 255, 255],
|
||||||
|
|
||||||
"printer_type_label_background": [228, 228, 242, 255],
|
"printer_type_label_background": [228, 228, 242, 255],
|
||||||
@ -559,6 +561,7 @@
|
|||||||
"save_button_specs_icons": [1.4, 1.4],
|
"save_button_specs_icons": [1.4, 1.4],
|
||||||
|
|
||||||
"job_specs_button": [2.7, 2.7],
|
"job_specs_button": [2.7, 2.7],
|
||||||
|
"first_run_shadow_radius": [1.2, 1.2],
|
||||||
|
|
||||||
"monitor_preheat_temperature_control": [4.5, 2.0],
|
"monitor_preheat_temperature_control": [4.5, 2.0],
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user