[Scummvm-cvs-logs] SF.net SVN: scummvm: [23133] scummvm/branches/branch-0-9-0/gui/themes/modern.ini

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Thu Jun 15 15:56:15 CEST 2006


Revision: 23133
Author:   eriktorbjorn
Date:     2006-06-15 06:56:10 -0700 (Thu, 15 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23133&view=rev

Log Message:
-----------
Made the body of the tab widgets taller. This makes no visual difference, but
allows us to use the bottommost widgets on some tabs, even in 640x400 mode.

Modified Paths:
--------------
    scummvm/branches/branch-0-9-0/gui/themes/modern.ini
Modified: scummvm/branches/branch-0-9-0/gui/themes/modern.ini
===================================================================
--- scummvm/branches/branch-0-9-0/gui/themes/modern.ini	2006-06-15 13:56:02 UTC (rev 23132)
+++ scummvm/branches/branch-0-9-0/gui/themes/modern.ini	2006-06-15 13:56:10 UTC (rev 23133)
@@ -266,7 +266,7 @@
 globaloptions=insetX insetY insetW insetH
 set_parent=globaloptions
 vBorder=optionsVPad
-globaloptions_tabwidget=0 0 parent.w (parent.h - buttonHeight - 8 - 2 * vBorder)
+globaloptions_tabwidget=0 0 parent.w (parent.h - buttonHeight - 16)
 
 # graphics tab
 opYoffset=vBorder
@@ -307,7 +307,7 @@
 gox=10
 gow=(parent.w - gox - 25)
 
-gameoptions_tabwidget=0 0 parent.w (parent.h - buttonHeight - 8 - 2 * vBorder)
+gameoptions_tabwidget=0 0 parent.w (parent.h - buttonHeight - 16)
 
 # game tab
 opYoffset=optionsVPad


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list