Added GUI_FILLER_ROW macro

This commit is contained in:
Charles Dang 2017-04-19 12:47:09 +11:00
parent cad5760da0
commit 8b98e82b34

View file

@ -21,3 +21,18 @@
[/column]
#enddef
#define GUI_FILLER_ROW
#arg WIDTH
0 #endarg
#arg HEIGHT
0 #endarg
[row]
grow_factor = 1
{GUI_FILLER WIDTH={WIDTH} HEIGHT={HEIGHT}}
[/row]
#enddef