wesnoth/data/gui/widget/scrollbar_panel_default.cfg
2023-10-23 09:44:50 +02:00

73 lines
887 B
INI
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#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]