wesnoth/data/gui/default.cfg
Mark de Wever 53bdb88159 Restructure the data tree a bit.
In the macros directory some more generic macros will be defined, the
_initial.cfg should be loaded first. The engine doesn't enforce that yet but
probably esr will add that feature. (The odds of it not being loaded first is
probably theoretical.)
2008-12-13 11:22:50 +00:00

29 lines
553 B
INI

#textdomain wesnoth-lib
###
### Defines a gui, all widgets and windows used in a certain 'theme'.
###
[gui]
id = "default"
description = "Default"
[settings]
popup_show_delay = 1500
popup_show_time = 5000
help_show_time = 0
double_click_time = 500
[/settings]
{gui/default/macros/}
{gui/default/window/}
{gui/default/widget/}
# For tab sheets we need two kinds
# - 1 where we're a filter eg every irc chan looks the same
# - 1 where every page has other data
# rename set_dirty to redraw and add another one for resize
[/gui]