mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-19 19:09:09 +08:00
Use the already existing warning and error colors for the messages
According to the review https://github.com/Ultimaker/Cura/pull/10175#pullrequestreview-713677593. CURA-7278
This commit is contained in:
parent
722bac6312
commit
588916e740
@ -241,6 +241,7 @@
|
||||
|
||||
"error": [255, 140, 0, 255],
|
||||
"warning": [245, 166, 35, 255],
|
||||
"success": [36, 162, 73, 255],
|
||||
"disabled": [229, 229, 229, 255],
|
||||
|
||||
"toolbar_button_hover": [232, 242, 252, 255],
|
||||
@ -363,11 +364,8 @@
|
||||
"message_close_hover": [8, 7, 63, 255],
|
||||
"message_progressbar_background": [245, 245, 245, 255],
|
||||
"message_progressbar_control": [50, 130, 255, 255],
|
||||
"message_success_icon_background": [36, 162, 73, 255],
|
||||
"message_success_icon": [255, 255, 255, 255],
|
||||
"message_warning_icon_background": [253, 209, 58, 255],
|
||||
"message_warning_icon": [0, 0, 0, 255],
|
||||
"message_error_icon_background": [218, 30, 40, 255],
|
||||
"message_error_icon": [255, 255, 255, 255],
|
||||
|
||||
"tool_panel_background": [255, 255, 255, 255],
|
||||
@ -622,6 +620,7 @@
|
||||
"message_radius": [0.25, 0.25],
|
||||
"message_action_button": [0, 2.5],
|
||||
"message_image": [15.0, 5.0],
|
||||
"message_type_icon": [1.5, 1.5],
|
||||
|
||||
"infill_button_margin": [0.5, 0.5],
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user