mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Add the label and the icon indicating when Cura is unable to slice.
Contributes to CURA-5786.
This commit is contained in:
parent
8fee8eeb5e
commit
79ed15aee1
3 changed files with 80 additions and 11 deletions
|
@ -116,6 +116,7 @@
|
|||
"text_scene_hover": [70, 84, 113, 255],
|
||||
|
||||
"error": [255, 140, 0, 255],
|
||||
"warning": [255, 190, 35, 255],
|
||||
|
||||
"button": [31, 36, 39, 255],
|
||||
"button_hover": [68, 72, 75, 255],
|
||||
|
@ -210,7 +211,7 @@
|
|||
"material_compatibility_warning": [0, 0, 0, 255],
|
||||
|
||||
"progressbar_background": [245, 245, 245, 255],
|
||||
"progressbar_control": [31, 36, 39, 255],
|
||||
"progressbar_control": [50, 130, 255, 255],
|
||||
|
||||
"slider_groove": [245, 245, 245, 255],
|
||||
"slider_groove_border": [127, 127, 127, 255],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue