mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-19 07:39:04 +00:00
tbutton: provide alpha color values to satisfy schema
This commit is contained in:
parent
2122973a42
commit
1df91e0119
@ -100,10 +100,10 @@
|
||||
# Round the corners
|
||||
#
|
||||
|
||||
{_GUI_POINT 0 0 ("")}
|
||||
{_GUI_POINT 0 "(height - 1)" ("")}
|
||||
{_GUI_POINT "(width - 1)" 0 ("")}
|
||||
{_GUI_POINT "(width - 1)" "(height - 1)" ("")}
|
||||
{_GUI_POINT 0 0 ("0, 0, 0, 0")}
|
||||
{_GUI_POINT 0 "(height - 1)" ("0, 0, 0, 0")}
|
||||
{_GUI_POINT "(width - 1)" 0 ("0, 0, 0, 0")}
|
||||
{_GUI_POINT "(width - 1)" "(height - 1)" ("0, 0, 0, 0")}
|
||||
|
||||
{_GUI_POINT 1 1 {BORDER_COLOR }}
|
||||
{_GUI_POINT 1 "(height - 2)" {BORDER_COLOR_DARK}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user