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:
parent
395b129ccd
commit
030423a3b3
2 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
#define _GUI_RESOLUTION RESOLUTION SIZE IMAGE
|
||||
[resolution]
|
||||
|
||||
{RESOLUTION}
|
||||
|
||||
min_width = {SIZE}
|
||||
min_height = {SIZE}
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue