tbutton: fix borders of disabled state buttons not being gray
This commit is contained in:
parent
f507a42188
commit
1702f10360
1 changed files with 3 additions and 2 deletions
|
@ -148,8 +148,9 @@
|
|||
[draw]
|
||||
|
||||
{_GUI_STATE "background"
|
||||
({_GUI_BORDER_COLOR_ALPHA {ALPHA}})
|
||||
({_GUI_BORDER_COLOR_DARK_ALPHA {ALPHA}}) ("1, 10, 16, 255") "~GS(){IPF}"}
|
||||
("128, 128, 128, {ALPHA}") # Same as GUI__FONT_COLOR_DISABLED__DEFAULT, but with an alpha componant
|
||||
("89, 89, 89, {ALPHA}")
|
||||
("1, 10, 16, 255") "~GS(){IPF}"}
|
||||
|
||||
{GUI__CENTERED_TEXT ({FONT_SIZE}) () ({GUI__FONT_COLOR_DISABLED__TITLE})}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue