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

anotherguest at users.sourceforge.net anotherguest at users.sourceforge.net
Tue Feb 24 19:51:42 CET 2009


Revision: 38848
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38848&view=rev
Author:   anotherguest
Date:     2009-02-24 18:51:42 +0000 (Tue, 24 Feb 2009)

Log Message:
-----------
Small UI updated with smaller HELP dialog to fit a 320x200 screen. The help text does not fit though.

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

Modified: scummvm/trunk/gui/themes/default.inc
===================================================================
--- scummvm/trunk/gui/themes/default.inc	2009-02-24 18:47:53 UTC (rev 38847)
+++ scummvm/trunk/gui/themes/default.inc	2009-02-24 18:51:42 UTC (rev 38848)
@@ -1565,16 +1565,16 @@
 "</layout> "
 "</layout> "
 "</dialog> "
-"<dialog name='ScummHelp' overlays='screen_center'> "
-"<layout type='vertical' padding='8,8,8,8'> "
+"<dialog name='ScummHelp' overlays='screen'> "
+"<layout type='vertical' padding='8,8,0,0'> "
 "<widget name='Title' "
 "width='180' "
 "height='Globals.Line.Height' "
 "/> "
 "<widget name='HelpText' "
-"height='170' "
+"height='140' "
 "/> "
-"<layout type='horizontal' padding='0,0,4,0'> "
+"<layout type='horizontal' padding='0,0,0,0'> "
 "<widget name='Prev' "
 "type='Button' "
 "/> "

Modified: scummvm/trunk/gui/themes/scummclassic/classic_layout_lowres.stx
===================================================================
--- scummvm/trunk/gui/themes/scummclassic/classic_layout_lowres.stx	2009-02-24 18:47:53 UTC (rev 38847)
+++ scummvm/trunk/gui/themes/scummclassic/classic_layout_lowres.stx	2009-02-24 18:51:42 UTC (rev 38848)
@@ -650,16 +650,16 @@
 		</layout>
 	</dialog>
 
-	<dialog name = 'ScummHelp' overlays = 'screen_center'>
-		<layout type = 'vertical' padding = '8, 8, 8, 8'>
+	<dialog name = 'ScummHelp' overlays = 'screen'>
+		<layout type = 'vertical' padding = '8, 8, 0, 0'>
 			<widget name = 'Title'
 					width = '180'
 					height = 'Globals.Line.Height'
 			/>
 			<widget name = 'HelpText'
-					height = '170'
+					height = '140'
 			/>
-			<layout type = 'horizontal' padding = '0, 0, 4, 0'>
+			<layout type = 'horizontal' padding = '0, 0, 0, 0'>
 				<widget name = 'Prev'
 						type = 'Button'
 				/>

Modified: scummvm/trunk/gui/themes/scummmodern/scummmodern_layout_lowres.stx
===================================================================
--- scummvm/trunk/gui/themes/scummmodern/scummmodern_layout_lowres.stx	2009-02-24 18:47:53 UTC (rev 38847)
+++ scummvm/trunk/gui/themes/scummmodern/scummmodern_layout_lowres.stx	2009-02-24 18:51:42 UTC (rev 38848)
@@ -641,16 +641,16 @@
 		</layout>
 	</dialog>
 
-	<dialog name = 'ScummHelp' overlays = 'screen_center'>
-		<layout type = 'vertical' padding = '8, 8, 8, 8'>
+	<dialog name = 'ScummHelp' overlays = 'screen'>
+		<layout type = 'vertical' padding = '8, 8, 0, 0'>
 			<widget name = 'Title'
 					width = '180'
 					height = 'Globals.Line.Height'
 			/>
 			<widget name = 'HelpText'
-					height = '170'
+					height = '140'
 			/>
-			<layout type = 'horizontal' padding = '0, 0, 4, 0'>
+			<layout type = 'horizontal' padding = '0, 0, 0, 0'>
 				<widget name = 'Prev'
 						type = 'Button'
 				/>


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