mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06:00
CURA-4203 updated message style for light theme, add shadows
This commit is contained in:
parent
89cbaca257
commit
cd3d4dc80f
2 changed files with 14 additions and 12 deletions
|
@ -385,7 +385,6 @@ QtObject {
|
|||
background: Rectangle {
|
||||
implicitWidth: Theme.getSize("message").width - (Theme.getSize("default_margin").width * 2)
|
||||
implicitHeight: Theme.getSize("progressbar").height
|
||||
radius: Theme.getSize("progressbar_radius").width
|
||||
color: control.hasOwnProperty("backgroundColor") ? control.backgroundColor : Theme.getColor("progressbar_background")
|
||||
}
|
||||
progress: Rectangle {
|
||||
|
|
|
@ -217,16 +217,17 @@
|
|||
|
||||
"tool_button_border": [39, 44, 48, 255],
|
||||
|
||||
"message_background": [24, 41, 77, 255],
|
||||
"message_text": [255, 255, 255, 255],
|
||||
"message_border": [24, 41, 77, 255],
|
||||
"message_button": [255, 255, 255, 255],
|
||||
|
||||
"message_background": [255, 255, 255, 255],
|
||||
"message_shadow": [0, 0, 0, 120],
|
||||
"message_text": [0, 0, 0, 255],
|
||||
"message_button": [12, 169, 227, 255],
|
||||
"message_button_hover": [12, 169, 227, 255],
|
||||
"message_button_active": [32, 166, 219, 255],
|
||||
"message_button_text": [24, 41, 77, 255],
|
||||
"message_button_active": [12, 169, 227, 255],
|
||||
"message_button_text": [255, 255, 255, 255],
|
||||
"message_button_text_hover": [255, 255, 255, 255],
|
||||
"message_button_text_active": [255, 255, 255, 255],
|
||||
"message_progressbar_background": [255, 255, 255, 255],
|
||||
"message_progressbar_background": [200, 200, 200, 255],
|
||||
"message_progressbar_control": [12, 169, 227, 255],
|
||||
|
||||
"tool_panel_background": [255, 255, 255, 255],
|
||||
|
@ -332,9 +333,9 @@
|
|||
"button_tooltip": [1.0, 1.3],
|
||||
"button_tooltip_arrow": [0.25, 0.25],
|
||||
|
||||
"progressbar": [26.0, 0.8],
|
||||
"progressbar_radius": [0.4, 0.4],
|
||||
"progressbar_control": [8.0, 0.8],
|
||||
"progressbar": [26.0, 0.4],
|
||||
"progressbar_radius": [0, 0],
|
||||
"progressbar_control": [8.0, 0.4],
|
||||
|
||||
"scrollbar": [0.75, 0.5],
|
||||
|
||||
|
@ -365,8 +366,10 @@
|
|||
"wizard_progress": [10.0, 0.0],
|
||||
|
||||
"message": [30.0, 5.0],
|
||||
"message_close": [1.25, 1.25],
|
||||
"message_close": [1, 1],
|
||||
"message_button": [6.0, 1.8],
|
||||
"message_shadow": [0, 0],
|
||||
"message_margin": [0, 1.0],
|
||||
|
||||
"infill_button_margin": [0.5, 0.5],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue