[Scummvm-cvs-logs] SF.net SVN: scummvm: [23058] scummvm/trunk/gui/theme-config.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Mon Jun 12 10:40:56 CEST 2006


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

Log Message:
-----------
Increased the spacing between the widgets on the "Game" tab of the "Edit Game"
dialog in 320xX mode. They were so close to each other that it bordered on
being pornographic.

Modified Paths:
--------------
    scummvm/trunk/gui/theme-config.cpp
Modified: scummvm/trunk/gui/theme-config.cpp
===================================================================
--- scummvm/trunk/gui/theme-config.cpp	2006-06-12 07:19:57 UTC (rev 23057)
+++ scummvm/trunk/gui/theme-config.cpp	2006-06-12 08:40:50 UTC (rev 23058)
@@ -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