Add a filler macro to fill empty grid cells.
This commit is contained in:
parent
01e118e94d
commit
1afb0daec3
1 changed files with 11 additions and 0 deletions
11
data/gui/default/macros/filler.cfg
Normal file
11
data/gui/default/macros/filler.cfg
Normal file
|
@ -0,0 +1,11 @@
|
|||
#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
|
||||
[column]
|
||||
[spacer]
|
||||
[/spacer]
|
||||
[/column]
|
||||
#enddef
|
||||
|
Loading…
Add table
Reference in a new issue