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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Thu May 27 21:34:41 CEST 2010


Revision: 49267
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49267&view=rev
Author:   fingolfin
Date:     2010-05-27 19:34:41 +0000 (Thu, 27 May 2010)

Log Message:
-----------
Fix for bug #3007656: "GMM: Crash in 320x200"

Modified Paths:
--------------
    scummvm/trunk/gui/themes/default.inc
    scummvm/trunk/gui/themes/scummclassic/classic_layout_lowres.stx
    scummvm/trunk/gui/themes/scummclassic.zip
    scummvm/trunk/gui/themes/scummmodern/scummmodern_layout_lowres.stx
    scummvm/trunk/gui/themes/scummmodern.zip

Modified: scummvm/trunk/gui/themes/default.inc
===================================================================
--- scummvm/trunk/gui/themes/default.inc	2010-05-27 19:34:12 UTC (rev 49266)
+++ scummvm/trunk/gui/themes/default.inc	2010-05-27 19:34:41 UTC (rev 49267)
@@ -1598,7 +1598,7 @@
 "</layout> "
 "</dialog> "
 "<dialog name='GlobalMenu' overlays='screen_center'> "
-"<layout type='vertical' padding='8,8,4,6' center='true'> "
+"<layout type='vertical' padding='2,2,4,6' center='true' spacing='6'> "
 "<widget name='Title' "
 "width='160' "
 "height='4' "

Modified: scummvm/trunk/gui/themes/scummclassic/classic_layout_lowres.stx
===================================================================
--- scummvm/trunk/gui/themes/scummclassic/classic_layout_lowres.stx	2010-05-27 19:34:12 UTC (rev 49266)
+++ scummvm/trunk/gui/themes/scummclassic/classic_layout_lowres.stx	2010-05-27 19:34:41 UTC (rev 49267)
@@ -565,7 +565,7 @@
 	</dialog>
 
 	<dialog name = 'GlobalMenu' overlays = 'screen_center'>
-		<layout type = 'vertical' padding = '8, 8, 4, 6' center = 'true'>
+		<layout type = 'vertical' padding = '2, 2, 4, 6' center = 'true' spacing='6'>
 			<widget name = 'Title'
 					width = '160'
 					height = '4'

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

Modified: scummvm/trunk/gui/themes/scummmodern/scummmodern_layout_lowres.stx
===================================================================
--- scummvm/trunk/gui/themes/scummmodern/scummmodern_layout_lowres.stx	2010-05-27 19:34:12 UTC (rev 49266)
+++ scummvm/trunk/gui/themes/scummmodern/scummmodern_layout_lowres.stx	2010-05-27 19:34:41 UTC (rev 49267)
@@ -561,7 +561,7 @@
 	</dialog>
 
 	<dialog name = 'GlobalMenu' overlays = 'screen_center'>
-		<layout type = 'vertical' padding = '4, 4, 4, 4' center = 'true'>
+		<layout type = 'vertical' padding = '4, 4, 4, 4' center = 'true' spacing='2'>
 			<widget name = 'Title'
 					width = '160'
 					height = 'Globals.Line.Height'

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