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

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Mon Jun 5 09:17:46 CEST 2006


Revision: 22926
Author:   eriktorbjorn
Date:     2006-06-05 00:17:42 -0700 (Mon, 05 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22926&view=rev

Log Message:
-----------
I just realized that by making the classic SCUMM options dialog just one pixel
wider, it matches the old, hard-coded, width for the 1x scaler. How can I
possibly resist something like that? :-)

Modified Paths:
--------------
    scummvm/trunk/gui/theme-config.cpp
Modified: scummvm/trunk/gui/theme-config.cpp
===================================================================
--- scummvm/trunk/gui/theme-config.cpp	2006-06-05 07:12:28 UTC (rev 22925)
+++ scummvm/trunk/gui/theme-config.cpp	2006-06-05 07:17:42 UTC (rev 22926)
@@ -264,7 +264,7 @@
 "useWithPrefix=subtitleControls scummconfig_\n"
 "opYoffset=(opYoffset + buttonHeight)\n"
 "opYoffset=(opYoffset + buttonHeight + 4)\n"
-"soWidth=(38 + 3 * buttonWidth)\n"
+"soWidth=(39 + 3 * buttonWidth)\n"
 "scummconfig_keys=(soWidth - 3 * (buttonWidth + 4) + 6) opYoffset (buttonWidth - 10) buttonHeight\n"
 "scummconfig_cancel=(prev.x2 + 4) prev.y (prev.w + 10) prev.h\n"
 "scummconfig_ok=(prev.x2 + 4) prev.y prev.w prev.h\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