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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue Nov 11 13:29:42 CET 2008


Revision: 35004
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35004&view=rev
Author:   fingolfin
Date:     2008-11-11 12:29:41 +0000 (Tue, 11 Nov 2008)

Log Message:
-----------
Some GUI tweaks to make certain widgets readable

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

Modified: scummvm/trunk/gui/themes/default.inc
===================================================================
--- scummvm/trunk/gui/themes/default.inc	2008-11-11 12:28:46 UTC (rev 35003)
+++ scummvm/trunk/gui/themes/default.inc	2008-11-11 12:29:41 UTC (rev 35004)
@@ -1070,7 +1070,7 @@
 "type='OptionsLabel' "
 "/> "
 "<widget name='subToggleButton' "
-"width='Globals.Slider.Width' "
+"width='128' "
 "height='Globals.Slider.Height' "
 "/> "
 "</layout> "
@@ -1321,42 +1321,42 @@
 "<dialog name='GlobalMenu' overlays='screen_center'> "
 "<layout type='vertical' padding='8,8,8,8' center='true'> "
 "<widget name='Title' "
-"width='120' "
+"width='160' "
 "height='Globals.Line.Height' "
 "/> "
 "<widget name='Version' "
-"width='120' "
+"width='160' "
 "height='Globals.Line.Height' "
 "/> "
-"<widget name='Resume' "
-"width='70' "
-"height='Globals.Button.Height' "
-"/> "
 "<space size='4'/> "
 "<widget name='Load' "
-"width='70' "
+"width='120' "
 "height='Globals.Button.Height' "
 "/> "
 "<widget name='Save' "
-"width='70' "
+"width='120' "
 "height='Globals.Button.Height' "
 "/> "
 "<space size='4'/> "
 "<widget name='Options' "
-"width='70' "
+"width='120' "
 "height='Globals.Button.Height' "
 "/> "
 "<widget name='About' "
-"width='70' "
+"width='120' "
 "height='Globals.Button.Height' "
 "/> "
 "<space size='4'/> "
+"<widget name='Resume' "
+"width='120' "
+"height='Globals.Button.Height' "
+"/> "
 "<widget name='RTL' "
-"width='70' "
+"width='120' "
 "height='Globals.Button.Height' "
 "/> "
 "<widget name='Quit' "
-"width='70' "
+"width='120' "
 "height='Globals.Button.Height' "
 "/> "
 "</layout> "
@@ -1429,7 +1429,7 @@
 "type='OptionsLabel' "
 "/> "
 "<widget name='subToggleButton' "
-"width='92' "
+"width='128' "
 "height='Globals.Slider.Height' "
 "/> "
 "</layout> "

Modified: scummvm/trunk/gui/themes/scummclassic/classic_layout_320.stx
===================================================================
--- scummvm/trunk/gui/themes/scummclassic/classic_layout_320.stx	2008-11-11 12:28:46 UTC (rev 35003)
+++ scummvm/trunk/gui/themes/scummclassic/classic_layout_320.stx	2008-11-11 12:29:41 UTC (rev 35004)
@@ -189,7 +189,7 @@
 						type = 'OptionsLabel'
 				/>
 				<widget name = 'subToggleButton'
-						width = 'Globals.Slider.Width'
+						width = '128'
 						height = 'Globals.Slider.Height'
 				/>
 			</layout>
@@ -452,42 +452,42 @@
 	<dialog name = 'GlobalMenu' overlays = 'screen_center'>
 		<layout type = 'vertical' padding = '8, 8, 8, 8' center = 'true'>
 			<widget name = 'Title'
-					width = '120'
+					width = '160'
 					height = 'Globals.Line.Height'
 			/>
 			<widget name = 'Version'
-					width = '120'
+					width = '160'
 					height = 'Globals.Line.Height'
 			/>
-			<widget name = 'Resume'
-					width = '70'
-					height = 'Globals.Button.Height'
-			/>
 			<space size = '4'/>
 			<widget name = 'Load'
-					width = '70'
+					width = '120'
 					height = 'Globals.Button.Height'
 			/>
 			<widget name = 'Save'
-					width = '70'
+					width = '120'
 					height = 'Globals.Button.Height'
 			/>
 			<space size = '4'/>
 			<widget name = 'Options'
-					width = '70'
+					width = '120'
 					height = 'Globals.Button.Height'
 			/>
 			<widget name = 'About'
-					width = '70'
+					width = '120'
 					height = 'Globals.Button.Height'
 			/>
 			<space size = '4'/>
+			<widget name = 'Resume'
+					width = '120'
+					height = 'Globals.Button.Height'
+			/>
 			<widget name = 'RTL'
-					width = '70'
+					width = '120'
 					height = 'Globals.Button.Height'
 			/>
 			<widget name = 'Quit'
-					width = '70'
+					width = '120'
 					height = 'Globals.Button.Height'
 			/>
 		</layout>
@@ -562,7 +562,7 @@
 						type = 'OptionsLabel'
 				/>
 				<widget name = 'subToggleButton'
-						width = '92'
+						width = '128'
 						height = 'Globals.Slider.Height'
 				/>
 			</layout>

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

Modified: scummvm/trunk/gui/themes/scummmodern/scummmodern_layout_320.stx
===================================================================
--- scummvm/trunk/gui/themes/scummmodern/scummmodern_layout_320.stx	2008-11-11 12:28:46 UTC (rev 35003)
+++ scummvm/trunk/gui/themes/scummmodern/scummmodern_layout_320.stx	2008-11-11 12:29:41 UTC (rev 35004)
@@ -187,7 +187,7 @@
 						type = 'OptionsLabel'
 				/>
 				<widget name = 'subToggleButton'
-						width = 'Globals.Slider.Width'
+						width = '128'
 						height = 'Globals.Slider.Height'
 				/>
 			</layout>
@@ -450,42 +450,42 @@
 	<dialog name = 'GlobalMenu' overlays = 'screen_center'>
 		<layout type = 'vertical' padding = '8, 8, 8, 8' center = 'true'>
 			<widget name = 'Title'
-					width = '120'
+					width = '160'
 					height = 'Globals.Line.Height'
 			/>
 			<widget name = 'Version'
-					width = '120'
+					width = '160'
 					height = 'Globals.Line.Height'
 			/>
-			<widget name = 'Resume'
-					width = '70'
-					height = 'Globals.Button.Height'
-			/>
 			<space size = '4'/>
 			<widget name = 'Load'
-					width = '70'
+					width = '120'
 					height = 'Globals.Button.Height'
 			/>
 			<widget name = 'Save'
-					width = '70'
+					width = '120'
 					height = 'Globals.Button.Height'
 			/>					
 			<space size = '4'/>
 			<widget name = 'Options'
-					width = '70'
+					width = '120'
 					height = 'Globals.Button.Height'
 			/>
 			<widget name = 'About'
-					width = '70'
+					width = '120'
 					height = 'Globals.Button.Height'
 			/>
 			<space size = '4'/>
+			<widget name = 'Resume'
+					width = '120'
+					height = 'Globals.Button.Height'
+			/>
 			<widget name = 'RTL'
-					width = '70'
+					width = '120'
 					height = 'Globals.Button.Height'
 			/>
 			<widget name = 'Quit'
-					width = '70'
+					width = '120'
 					height = 'Globals.Button.Height'
 			/>
 		</layout>
@@ -560,7 +560,7 @@
 						type = 'OptionsLabel'
 				/>
 				<widget name = 'subToggleButton'
-						width = '92'
+						width = '128'
 						height = 'Globals.Slider.Height'
 				/>
 			</layout>

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