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

salty-horse at users.sourceforge.net salty-horse at users.sourceforge.net
Tue Apr 13 01:23:23 CEST 2010


Revision: 48648
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48648&view=rev
Author:   salty-horse
Date:     2010-04-12 23:23:23 +0000 (Mon, 12 Apr 2010)

Log Message:
-----------
Center labels in mass-add dialog

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

Modified: scummvm/trunk/gui/themes/scummclassic/classic_layout.stx
===================================================================
--- scummvm/trunk/gui/themes/scummclassic/classic_layout.stx	2010-04-12 21:30:47 UTC (rev 48647)
+++ scummvm/trunk/gui/themes/scummclassic/classic_layout.stx	2010-04-12 23:23:23 UTC (rev 48648)
@@ -765,11 +765,11 @@
 	<dialog name = 'MassAdd' overlays = 'screen_center' shading = 'dim'>
 		<layout type = 'vertical' padding = '8, 8, 32, 8' center = 'true'>
 			<widget name = 'DirProgressText'
-					width = '250'
+					width = '480'
 					height = 'Globals.Line.Height'
 			/>
 			<widget name = 'GameProgressText' 
-					width = '250'
+					width = '480'
 					height = 'Globals.Line.Height'
 			/>
 			<widget name = 'GameList'
@@ -786,6 +786,7 @@
 			</layout>
 		</layout>
 	</dialog>
+
 	<dialog name = 'KeyMapper' overlays = 'screen_center' shading = 'dim'>
 		<layout type = 'vertical' padding = '8, 8, 32, 8' spacing = '10' center = 'true'>
 			<layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '10' center = 'true'>

Modified: scummvm/trunk/gui/themes/scummclassic/classic_layout_lowres.stx
===================================================================
--- scummvm/trunk/gui/themes/scummclassic/classic_layout_lowres.stx	2010-04-12 21:30:47 UTC (rev 48647)
+++ scummvm/trunk/gui/themes/scummclassic/classic_layout_lowres.stx	2010-04-12 23:23:23 UTC (rev 48648)
@@ -770,11 +770,11 @@
 	<dialog name = 'MassAdd' overlays = 'screen_center' shading = 'dim'>
 		<layout type = 'vertical' padding = '4, 4, 16, 4' center = 'true'>
 			<widget name = 'DirProgressText'
-					width = '240'
+					width = '280'
 					height = 'Globals.Line.Height'
 			/>
 			<widget name = 'GameProgressText'
-					width = '240'
+					width = '280'
 					height = 'Globals.Line.Height'
 			/>
 			<widget name = 'GameList'
@@ -791,6 +791,7 @@
 			</layout>
 		</layout>
 	</dialog>
+
 	<dialog name = 'KeyMapper' overlays = 'screen_center' shading = 'dim'>
 		<layout type = 'vertical' padding = '8, 8, 8, 8' spacing = '10' center = 'true'>
 			<layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '10' center = 'true'>

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

Modified: scummvm/trunk/gui/themes/scummmodern/scummmodern_layout.stx
===================================================================
--- scummvm/trunk/gui/themes/scummmodern/scummmodern_layout.stx	2010-04-12 21:30:47 UTC (rev 48647)
+++ scummvm/trunk/gui/themes/scummmodern/scummmodern_layout.stx	2010-04-12 23:23:23 UTC (rev 48648)
@@ -778,17 +778,13 @@
 	<dialog name = 'MassAdd' overlays = 'screen_center' shading = 'dim'>
 		<layout type = 'vertical' padding = '8, 8, 32, 8' center = 'true'>
 			<widget name = 'DirProgressText'
-					width = '250'
+					width = '480'
 					height = 'Globals.Line.Height'
 			/>
 			<widget name = 'GameProgressText' 
-					width = '250'
+					width = '480'
 					height = 'Globals.Line.Height'
 			/>
-			<widget name = 'GameProgressText' 
-					width = '250'
-					height = 'Globals.Line.Height'
-			/>
 			<widget name = 'GameList'
 					width = '480'
 					height = '250'

Modified: scummvm/trunk/gui/themes/scummmodern/scummmodern_layout_lowres.stx
===================================================================
--- scummvm/trunk/gui/themes/scummmodern/scummmodern_layout_lowres.stx	2010-04-12 21:30:47 UTC (rev 48647)
+++ scummvm/trunk/gui/themes/scummmodern/scummmodern_layout_lowres.stx	2010-04-12 23:23:23 UTC (rev 48648)
@@ -759,11 +759,11 @@
 	<dialog name = 'MassAdd' overlays = 'screen_center' shading = 'dim'>
 		<layout type = 'vertical' padding = '4, 4, 16, 4' center = 'true'>
 			<widget name = 'DirProgressText'
-					width = '240'
+					width = '280'
 					height = 'Globals.Line.Height'
 			/>
 			<widget name = 'GameProgressText'
-					width = '240'
+					width = '280'
 					height = 'Globals.Line.Height'
 			/>
 			<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