mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-05 08:23:26 +00:00
29 lines
556 B
INI
29 lines
556 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.cfg}
|
|
{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]
|