mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-18 08:53:41 +00:00
74 lines
888 B
INI
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]
|
|
|