The disabled text was fully transparent by default, fixed to fully opaque.
This commit is contained in:
parent
a0d21aa9e4
commit
31e3435e74
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
|
||||
# This gray colour is used for most text when the widget is disabled.
|
||||
#define GUI__FONT_COLOUR_DISABLED__DEFAULT
|
||||
"128, 128, 128, 0"
|
||||
"128, 128, 128, 255"
|
||||
#enddef
|
||||
|
||||
# This gold colour is used for the
|
||||
|
|
Loading…
Add table
Reference in a new issue