mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-20 23:57:02 +00:00
73 lines
887 B
INI
73 lines
887 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]
|