Author: mordante
Date: Sat Aug 23 22:24:33 2008
New Revision: 28896

URL: http://svn.gna.org/viewcvs/wesnoth?rev=28896&view=rev
Log:
Changed the sizes of the listbox so it can be used for normal and tiny
gui.

Modified:
    trunk/data/gui/default/widget/listbox_default.cfg

Modified: trunk/data/gui/default/widget/listbox_default.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/gui/default/widget/listbox_default.cfg?rev=28896&r1=28895&r2=28896&view=diff
==============================================================================
--- trunk/data/gui/default/widget/listbox_default.cfg (original)
+++ trunk/data/gui/default/widget/listbox_default.cfg Sat Aug 23 22:24:33 2008
@@ -11,21 +11,18 @@
        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]
@@ -152,4 +149,3 @@
 
 [/listbox_definition]
 
-


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to