[Scummvm-cvs-logs] SF.net SVN: scummvm: [23059] scummvm/branches/branch-0-9-0/gui/theme-config.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Mon Jun 12 10:44:35 CEST 2006


Revision: 23059
Author:   eriktorbjorn
Date:     2006-06-12 01:44:31 -0700 (Mon, 12 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23059&view=rev

Log Message:
-----------
Backported widget spacing fix from trunk.

Modified Paths:
--------------
    scummvm/branches/branch-0-9-0/gui/theme-config.cpp
Modified: scummvm/branches/branch-0-9-0/gui/theme-config.cpp
===================================================================
--- scummvm/branches/branch-0-9-0/gui/theme-config.cpp	2006-06-12 08:40:50 UTC (rev 23058)
+++ scummvm/branches/branch-0-9-0/gui/theme-config.cpp	2006-06-12 08:44:31 UTC (rev 23059)
@@ -191,15 +191,15 @@
 "gameoptions_id=gox (opYoffset + 2) gameOptionsLabelWidth kLineHeight\n"
 "gameoptions_id.align=kTextAlignRight\n"
 "gameoptions_domain=prev.x2 (prev.y - 1) (parent.w - gameOptionsLabelWidth - 10 - gox) (prev.h + 2)\n"
-"opYoffset=(opYoffset + prev.h + 3)\n"
+"opYoffset=(opYoffset + prev.h + 5)\n"
 "gameoptions_name=gox (opYoffset + 2) gameOptionsLabelWidth kLineHeight\n"
 "gameoptions_name.align=kTextAlignRight\n"
 "gameoptions_desc=prev.x2 (prev.y - 1) (parent.w - gameOptionsLabelWidth - 10 - gox) (prev.h + 2)\n"
-"opYoffset=(opYoffset + prev.h + 3)\n"
+"opYoffset=(opYoffset + prev.h + 7)\n"
 "gameoptions_lang=gox (opYoffset - 1) gow (kLineHeight + 2)\n"
-"opYoffset=(opYoffset + prev.h + 4)\n"
+"opYoffset=(opYoffset + prev.h + 5)\n"
 "gameoptions_platform=prev.x opYoffset prev.w prev.h\n"
-"opYoffset=(opYoffset + prev.h + 4)\n"
+"opYoffset=(opYoffset + prev.h + 5)\n"
 "\n"
 "# paths tab\n"
 "opYoffset=vBorder\n"


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