[Scummvm-cvs-logs] SF.net SVN: scummvm:[52829] scummvm

criezy at users.sourceforge.net criezy at users.sourceforge.net
Mon Sep 20 23:06:15 CEST 2010


Revision: 52829
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52829&view=rev
Author:   criezy
Date:     2010-09-20 21:06:15 +0000 (Mon, 20 Sep 2010)

Log Message:
-----------
GUI: Fix Subtitles speed option cut in Audio tab of game options.

In normal (no scaling) mode and aspect ratio correction turned off, the
height of the Audio tab of the game options was too small and the subtitle
speed option was subsequently cut.

Modified Paths:
--------------
    scummvm/branches/branch-1-2-0/gui/themes/scummmodern/scummmodern_layout_lowres.stx
    scummvm/branches/branch-1-2-0/gui/themes/scummmodern.zip
    scummvm/trunk/gui/themes/scummmodern/scummmodern_layout_lowres.stx
    scummvm/trunk/gui/themes/scummmodern.zip

Modified: scummvm/branches/branch-1-2-0/gui/themes/scummmodern/scummmodern_layout_lowres.stx
===================================================================
--- scummvm/branches/branch-1-2-0/gui/themes/scummmodern/scummmodern_layout_lowres.stx	2010-09-20 20:38:34 UTC (rev 52828)
+++ scummvm/branches/branch-1-2-0/gui/themes/scummmodern/scummmodern_layout_lowres.stx	2010-09-20 21:06:15 UTC (rev 52829)
@@ -483,7 +483,7 @@
 	</dialog>
 
 	<dialog name = 'GameOptions' overlays = 'screen' inset = '16' shading = 'dim'>
-		<layout type = 'vertical' padding = '0, 0, 0, 0' spacing = '16'>
+		<layout type = 'vertical' padding = '0, 0, 0, 0'>
 			<widget name = 'TabWidget'/>
 			<layout type = 'horizontal' padding = '8, 8, 8, 8'>
 				<space/>

Modified: scummvm/branches/branch-1-2-0/gui/themes/scummmodern.zip
===================================================================
(Binary files differ)

Modified: scummvm/trunk/gui/themes/scummmodern/scummmodern_layout_lowres.stx
===================================================================
--- scummvm/trunk/gui/themes/scummmodern/scummmodern_layout_lowres.stx	2010-09-20 20:38:34 UTC (rev 52828)
+++ scummvm/trunk/gui/themes/scummmodern/scummmodern_layout_lowres.stx	2010-09-20 21:06:15 UTC (rev 52829)
@@ -483,7 +483,7 @@
 	</dialog>
 
 	<dialog name = 'GameOptions' overlays = 'screen' inset = '16' shading = 'dim'>
-		<layout type = 'vertical' padding = '0, 0, 0, 0' spacing = '16'>
+		<layout type = 'vertical' padding = '0, 0, 0, 0'>
 			<widget name = 'TabWidget'/>
 			<layout type = 'horizontal' padding = '8, 8, 8, 8'>
 				<space/>

Modified: scummvm/trunk/gui/themes/scummmodern.zip
===================================================================
(Binary files differ)


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