[Scummvm-cvs-logs] SF.net SVN: scummvm: [23132] scummvm/trunk/gui/themes/modern.ini
eriktorbjorn at users.sourceforge.net
eriktorbjorn at users.sourceforge.net
Thu Jun 15 15:56:07 CEST 2006
Revision: 23132
Author: eriktorbjorn
Date: 2006-06-15 06:56:02 -0700 (Thu, 15 Jun 2006)
ViewCVS: http://svn.sourceforge.net/scummvm/?rev=23132&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/trunk/gui/themes/modern.ini
Modified: scummvm/trunk/gui/themes/modern.ini
===================================================================
--- scummvm/trunk/gui/themes/modern.ini 2006-06-15 13:21:28 UTC (rev 23131)
+++ scummvm/trunk/gui/themes/modern.ini 2006-06-15 13:56:02 UTC (rev 23132)
@@ -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