mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-15 17:25:32 +00:00

It's used in the campaign dialog, this change breaks the unit tests for small gui and small gui since UtBS won't fit in the available space. This will be fixed later.
43 lines
498 B
INI
43 lines
498 B
INI
#textdomain wesnoth-lib
|
|
###
|
|
### Definition of a multi page
|
|
###
|
|
|
|
[multi_page_definition]
|
|
id = "default"
|
|
description = "Default multi page widget."
|
|
|
|
[resolution]
|
|
|
|
min_width = 0
|
|
min_height = 0
|
|
|
|
default_width = 0
|
|
default_height = 0
|
|
|
|
max_width = 0
|
|
max_height = 0
|
|
|
|
[grid]
|
|
|
|
[row]
|
|
vertical_grow = "true"
|
|
|
|
[column]
|
|
horizontal_grow = "true"
|
|
|
|
[grid]
|
|
id = "_content_grid"
|
|
[/grid]
|
|
|
|
[/column]
|
|
|
|
[/row]
|
|
|
|
[/grid]
|
|
|
|
[/resolution]
|
|
|
|
[/multi_page_definition]
|
|
|