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

sev at users.sourceforge.net sev at users.sourceforge.net
Tue Jun 15 12:49:47 CEST 2010


Revision: 49769
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49769&view=rev
Author:   sev
Date:     2010-06-15 10:49:46 +0000 (Tue, 15 Jun 2010)

Log Message:
-----------
GUI: Tidied up lowres themes.

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-06-15 10:49:16 UTC (rev 49768)
+++ scummvm/trunk/gui/themes/default.inc	2010-06-15 10:49:46 UTC (rev 49769)
@@ -1540,7 +1540,9 @@
 "</layout> "
 "<layout type='horizontal' padding='0,0,0,0' spacing='6' center='true'> "
 "<widget name='GuiLanguagePopupDesc' "
-"type='OptionsLabel' "
+"width='80' "
+"height='Globals.Line.Height' "
+"textalign='right' "
 "/> "
 "<widget name='GuiLanguagePopup' "
 "type='PopUp' "

Modified: scummvm/trunk/gui/themes/scummclassic/classic_layout_lowres.stx
===================================================================
--- scummvm/trunk/gui/themes/scummclassic/classic_layout_lowres.stx	2010-06-15 10:49:16 UTC (rev 49768)
+++ scummvm/trunk/gui/themes/scummclassic/classic_layout_lowres.stx	2010-06-15 10:49:46 UTC (rev 49769)
@@ -417,7 +417,9 @@
 			</layout>
 			<layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '6' center = 'true'>
 				<widget name = 'GuiLanguagePopupDesc'
-						type = 'OptionsLabel'
+						width = '80'
+						height = 'Globals.Line.Height'
+						textalign = 'right'
 				/>
 				<widget name = 'GuiLanguagePopup'
 						type = 'PopUp'

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-06-15 10:49:16 UTC (rev 49768)
+++ scummvm/trunk/gui/themes/scummmodern/scummmodern_layout_lowres.stx	2010-06-15 10:49:46 UTC (rev 49769)
@@ -397,6 +397,7 @@
 				<widget name = 'RendererPopupDesc'
 						width = '80'
 						height = 'Globals.Line.Height'
+						textalign = 'right'
 				/>
 				<widget name = 'RendererPopup'
 						type = 'PopUp'
@@ -406,6 +407,7 @@
 				<widget name = 'AutosavePeriodPopupDesc'
 						width = '80'
 						height = 'Globals.Line.Height'
+						textalign = 'right'
 				/>
 				<widget name = 'AutosavePeriodPopup'
 						type = 'PopUp'
@@ -413,7 +415,9 @@
 			</layout>
 			<layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '6' center = 'true'>
 				<widget name = 'GuiLanguagePopupDesc'
-						type = 'OptionsLabel'
+						width = '80'
+						height = 'Globals.Line.Height'
+						textalign = 'right'
 				/>
 				<widget name = 'GuiLanguagePopup'
 						type = 'PopUp'

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