From 42e30eb72d05bd2b6f28e02ec2545e7960172cbe Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Sat, 23 Aug 2008 20:24:33 +0000 Subject: [PATCH] Changed the sizes of the listbox... ...so it can be used for normal and tiny gui. --- data/gui/default/widget/listbox_default.cfg | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/data/gui/default/widget/listbox_default.cfg b/data/gui/default/widget/listbox_default.cfg index 72371a725cc..6a0707b8cc9 100644 --- a/data/gui/default/widget/listbox_default.cfg +++ b/data/gui/default/widget/listbox_default.cfg @@ -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] -