[Scummvm-cvs-logs] SF.net SVN: scummvm: [27699] scummvm/trunk/gui

sev at users.sourceforge.net sev at users.sourceforge.net
Mon Jun 25 09:13:53 CEST 2007


Revision: 27699
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27699&view=rev
Author:   sev
Date:     2007-06-25 00:13:53 -0700 (Mon, 25 Jun 2007)

Log Message:
-----------
Patch from bugreport #1742561: "GUI: Missaligned text"

Modified Paths:
--------------
    scummvm/trunk/gui/theme-config.cpp
    scummvm/trunk/gui/themes/classic080.ini
    scummvm/trunk/gui/themes/modern.ini

Modified: scummvm/trunk/gui/theme-config.cpp
===================================================================
--- scummvm/trunk/gui/theme-config.cpp	2007-06-25 07:01:13 UTC (rev 27698)
+++ scummvm/trunk/gui/theme-config.cpp	2007-06-25 07:13:53 UTC (rev 27699)
@@ -445,6 +445,7 @@
 "sbtextw=(100 + vcAudioTabIndent)\n"
 "opYoffset=(opYoffset + sbYoff)\n"
 "subToggleDesc=sbx (opYoffset + sbYoff) sbtextw buttonHeight\n"
+"subToggleDesc.align=kTextAlignRight\n"
 "subToggleButton=prev.x2 (opYoffset - sbYoff) (buttonWidth + 54) buttonHeight\n"
 "opYoffset=(opYoffset + buttonHeight + 6)\n"
 "subSubtitleSpeedDesc=sbx (opYoffset + sbOff) sbtextw kLineHeight\n"

Modified: scummvm/trunk/gui/themes/classic080.ini
===================================================================
--- scummvm/trunk/gui/themes/classic080.ini	2007-06-25 07:01:13 UTC (rev 27698)
+++ scummvm/trunk/gui/themes/classic080.ini	2007-06-25 07:13:53 UTC (rev 27699)
@@ -363,6 +363,7 @@
 sbtextw=(100 + vcAudioTabIndent)
 opYoffset=(opYoffset + sbYoff)
 subToggleDesc=sbx (opYoffset + sbYoff) sbtextw buttonHeight
+subToggleDesc.align=kTextAlignRight
 subToggleButton=prev.x2 (opYoffset - sbYoff) (buttonWidth + 54) buttonHeight
 opYoffset=(opYoffset + buttonHeight + 6)
 subSubtitleSpeedDesc=sbx (opYoffset + sbOff) sbtextw kLineHeight

Modified: scummvm/trunk/gui/themes/modern.ini
===================================================================
--- scummvm/trunk/gui/themes/modern.ini	2007-06-25 07:01:13 UTC (rev 27698)
+++ scummvm/trunk/gui/themes/modern.ini	2007-06-25 07:13:53 UTC (rev 27699)
@@ -537,6 +537,7 @@
 sbOff=((sliderHeight - kLineHeight) / 2)
 opYoffset=(opYoffset + sbYoff)
 subToggleDesc=sbx (opYoffset + sbYoff) sbtextw buttonHeight
+subToggleDesc.align=kTextAlignRight
 subToggleButton=prev.x2 opYoffset (buttonWidth + 34) sliderHeight
 opYoffset=(opYoffset + buttonHeight + 6)
 subSubtitleSpeedDesc=sbx (opYoffset + sbOff) sbtextw kLineHeight


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