Fix the size problems for the listbox.

I forgot to add the resolutions so the last was always picked which
caused the tiny gui version never to be selected.
This commit is contained in:
Mark de Wever 2008-08-23 18:59:29 +00:00
parent 395b129ccd
commit 030423a3b3
2 changed files with 4 additions and 0 deletions

View file

@ -6,6 +6,8 @@
#define _GUI_RESOLUTION RESOLUTION SIZE IMAGE
[resolution]
{RESOLUTION}
min_width = {SIZE}
min_height = {SIZE}

View file

@ -33,6 +33,8 @@
#define _GUI_RESOLUTION RESOLUTION MIN_WIDTH DEFAULT_WIDTH HEIGHT EXTRA_WIDTH FONT_SIZE
[resolution]
{RESOLUTION}
min_width = {MIN_WIDTH}
min_height = {HEIGHT}