Changed the sizes of the listbox...

...so it can be used for normal and tiny gui.
This commit is contained in:
Mark de Wever 2008-08-23 20:24:33 +00:00
parent 0ab1b60a6d
commit 42e30eb72d

View file

@ -11,22 +11,19 @@
description = "a listbox"
[resolution]
min_width = 100
min_height = 100
# The minimum values are set pretty low bit low and if more buttons are
# 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_height = 100
default_width = 40
default_height = 70
max_width = 0
max_height = 0
text_font_size = 16
minimum_positioner_length = 11
top_offset = 0
bottom_offset = 0
[state_enabled]
[draw]
[/draw]
@ -152,4 +149,3 @@
[/listbox_definition]