tbutton: provide alpha color values to satisfy schema
This commit is contained in:
parent
2122973a42
commit
1df91e0119
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue