mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-11 01:24:24 +00:00
Changed the sizes of the listbox...
...so it can be used for normal and tiny gui.
This commit is contained in:
parent
0ab1b60a6d
commit
42e30eb72d
@ -11,22 +11,19 @@
|
|||||||
description = "a listbox"
|
description = "a listbox"
|
||||||
|
|
||||||
[resolution]
|
[resolution]
|
||||||
min_width = 100
|
# The minimum values are set pretty low bit low and if more buttons are
|
||||||
min_height = 100
|
# enabled the minimum should be increased. For now the minimum should
|
||||||
|
# work for all resolutions, due to the low minimum values. NOTE not
|
||||||
|
# fully tested yet.
|
||||||
|
min_width = 40
|
||||||
|
min_height = 70
|
||||||
|
|
||||||
default_width = 100
|
default_width = 40
|
||||||
default_height = 100
|
default_height = 70
|
||||||
|
|
||||||
max_width = 0
|
max_width = 0
|
||||||
max_height = 0
|
max_height = 0
|
||||||
|
|
||||||
text_font_size = 16
|
|
||||||
|
|
||||||
minimum_positioner_length = 11
|
|
||||||
|
|
||||||
top_offset = 0
|
|
||||||
bottom_offset = 0
|
|
||||||
|
|
||||||
[state_enabled]
|
[state_enabled]
|
||||||
[draw]
|
[draw]
|
||||||
[/draw]
|
[/draw]
|
||||||
@ -152,4 +149,3 @@
|
|||||||
|
|
||||||
[/listbox_definition]
|
[/listbox_definition]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user