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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Thu Aug 13 18:50:30 CEST 2009


Revision: 43352
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43352&view=rev
Author:   lordhoto
Date:     2009-08-13 16:50:30 +0000 (Thu, 13 Aug 2009)

Log Message:
-----------
Little fix of new modern theme layout in the launcher for 3x.

Modified Paths:
--------------
    scummvm/trunk/gui/themes/scummmodern/scummmodern_layout.stx
    scummvm/trunk/gui/themes/scummmodern.zip

Modified: scummvm/trunk/gui/themes/scummmodern/scummmodern_layout.stx
===================================================================
--- scummvm/trunk/gui/themes/scummmodern/scummmodern_layout.stx	2009-08-13 16:42:36 UTC (rev 43351)
+++ scummvm/trunk/gui/themes/scummmodern/scummmodern_layout.stx	2009-08-13 16:50:30 UTC (rev 43352)
@@ -100,25 +100,30 @@
 			<widget name = 'Logo'
 					width = '283'
 					height = '80'
-			/>		
-			<layout type = 'horizontal' spacing = '5' padding = '10, 0, 0, 0'>
-				<widget name = 'SearchPic'
-						width = '16'
-						height = '17'
-				/>		
-				<widget name = 'Search'
-						width = '150'
-						height = 'Globals.Line.Height'
-				/>
-				<widget name = 'SearchClearButton'
-						height = 'Globals.Line.Height'
-						width = 'Globals.Line.Height'
-				/>
+			/>
+			<layout type = 'horizontal' center = 'true' spacing = '5' padding = '10, 0, 0, 0'>
+				<layout type = 'horizontal' spacing = '5' padding = '0, 0, 0, 0'>
+					<widget name = 'SearchPic'
+							width = '16'
+							height = '17'
+					/>
+					<widget name = 'Search'
+							width = '150'
+							height = 'Globals.Line.Height'
+					/>
+					<widget name = 'SearchClearButton'
+							height = 'Globals.Line.Height'
+							width = 'Globals.Line.Height'
+					/>
+				</layout>
+				<space />
 				<widget name = 'Version'
 						width = '247'
 						height = 'Globals.Line.Height'
+						textalign = 'center'
 				/>
 				<space />
+				<space />
 			</layout>
 			<layout type = 'horizontal' padding = '0, 0, 0, 0'>
 				<widget name = 'GameList'/>

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