mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-19 08:11:19 +00:00
tbutton: fix borders of disabled state buttons not being gray
This commit is contained in:
parent
f507a42188
commit
1702f10360
@ -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…
x
Reference in New Issue
Block a user