wesnoth/data/gui/default/widget/panel_wml_message.cfg
2009-01-23 22:54:51 +00:00

66 lines
974 B
INI

#textdomain wesnoth-lib
###
### The panel used in the wml messages using the new portraits.
###
#define _GUI_BASE_NAME
"translucent65" #enddef
[panel_definition]
id = "wml_message"
description = "The panel for the wml messages."
[resolution]
left_border = 0
right_border = 0
top_border = 10
bottom_border = 13
[background]
[draw]
[image]
x = 0
y = 0
w = "(width)"
stretch = "true"
name = "dialogs/" + {_GUI_BASE_NAME} + "-border-top.png"
[/image]
[image]
x = 0
y = "(height - 9)"
w = "(width)"
stretch = "true"
name = "dialogs/" + {_GUI_BASE_NAME} + "-border-bottom.png"
[/image]
[image]
x = 0
y = 5
w = "(width)"
h = "(height - 14)"
name = "dialogs/" + {_GUI_BASE_NAME} + "-background.png"
[/image]
[/draw]
[/background]
[foreground]
[draw]
[/draw]
[/foreground]
[/resolution]
[/panel_definition]
#undef _GUI_BASE_NAME