wesnoth/data/gui/macros/filler.cfg
2017-04-19 12:47:09 +11:00

38 lines
466 B
INI

#textdomain wesnoth-lib
# Defines the default spacer used to fill a grid cell.
# This is needed since empty cells aren't allowed.
#define GUI_FILLER
#arg WIDTH
0 #endarg
#arg HEIGHT
0 #endarg
[column]
grow_factor = 0
[spacer]
width = {WIDTH}
height = {HEIGHT}
[/spacer]
[/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