wesnoth/data/gui/default/widget/scrollbar_panel_default.cfg
Mark de Wever c60186f971 Implement the new scrollbar panel widget.
The widget isn't used yet, but will be for the campaign dialog.
2009-06-02 19:41:15 +00:00

74 lines
888 B
INI

#textdomain wesnoth-lib
###
### Default definition of a scrollbar panel.
###
[scrollbar_panel_definition]
id = "default"
description = "The scrollbar default panel, we basically are an 'invisible' grid at the moment."
[resolution]
[background]
[draw]
[/draw]
[/background]
[foreground]
[draw]
[/draw]
[/foreground]
[grid]
[row]
grow_factor = 1
[column]
grow_factor = 1
# Needed since the widget is replaced with a dummy.
horizontal_grow = "true"
vertical_grow = "true"
[grid]
id = "_content_grid"
[/grid]
[/column]
[column]
{GUI__VERTICAL_SCROLLBAR_GRID}
[/column]
[/row]
[row]
[column]
{GUI__HORIZONTAL_SCROLLBAR_GRID}
[/column]
[column]
[spacer]
[/spacer]
[/column]
[/row]
[/grid]
[/resolution]
[/scrollbar_panel_definition]