Added GUI_FILLER_ROW macro
This commit is contained in:
parent
cad5760da0
commit
8b98e82b34
1 changed files with 15 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue