[Scummvm-cvs-logs] SF.net SVN: scummvm: [25566] scummvm/trunk/gui/themes/modern.ini
sev at users.sourceforge.net
sev at users.sourceforge.net
Tue Feb 13 22:08:12 CET 2007
Revision: 25566
http://scummvm.svn.sourceforge.net/scummvm/?rev=25566&view=rev
Author: sev
Date: 2007-02-13 13:08:11 -0800 (Tue, 13 Feb 2007)
Log Message:
-----------
Fix clear soundfont path button position in game options dialog.
Modified Paths:
--------------
scummvm/trunk/gui/themes/modern.ini
Modified: scummvm/trunk/gui/themes/modern.ini
===================================================================
--- scummvm/trunk/gui/themes/modern.ini 2007-02-13 21:07:33 UTC (rev 25565)
+++ scummvm/trunk/gui/themes/modern.ini 2007-02-13 21:08:11 UTC (rev 25566)
@@ -491,7 +491,7 @@
mcx=(opXoffset + 10)
mcOff=((buttonHeight - kLineHeight) / 2 + 2)
mcFontButton=mcx opYoffset buttonWidth buttonHeight
-mcFontPath=(prev.x2 + 20) (opYoffset + mcOff) (parent.w - (buttonWidth + 20) - 10 - kLineHeight - 20) kLineHeight
+mcFontPath=(prev.x2 + 20) (opYoffset + mcOff) (parent.w - (buttonWidth + 20) - mcx - kLineHeight - 20) kLineHeight
mcFontClearButton=(prev.x2 + 10) (opYoffset + mcOff) kLineHeight kLineHeight
opYoffset=(opYoffset + buttonHeight + 6 * midiControlsSpacing)
mcMixedCheckbox=mcx opYoffset (kFontHeight + 10 + 135) buttonHeight
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