[Scummvm-cvs-logs] SF.net SVN: scummvm:[36319] scummvm/branches/branch-0-13-0/gui/themes
tanoku at users.sourceforge.net
tanoku at users.sourceforge.net
Sat Feb 14 01:44:53 CET 2009
Revision: 36319
http://scummvm.svn.sourceforge.net/scummvm/?rev=36319&view=rev
Author: tanoku
Date: 2009-02-14 00:44:52 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
Backport of fix for bug #2485123.
Modified Paths:
--------------
scummvm/branches/branch-0-13-0/gui/themes/default.inc
scummvm/branches/branch-0-13-0/gui/themes/scummclassic/classic_layout.stx
scummvm/branches/branch-0-13-0/gui/themes/scummclassic/classic_layout_lowres.stx
scummvm/branches/branch-0-13-0/gui/themes/scummclassic.zip
scummvm/branches/branch-0-13-0/gui/themes/scummmodern/scummmodern_layout.stx
scummvm/branches/branch-0-13-0/gui/themes/scummmodern/scummmodern_layout_lowres.stx
scummvm/branches/branch-0-13-0/gui/themes/scummmodern.zip
Modified: scummvm/branches/branch-0-13-0/gui/themes/default.inc
===================================================================
--- scummvm/branches/branch-0-13-0/gui/themes/default.inc 2009-02-14 00:21:53 UTC (rev 36318)
+++ scummvm/branches/branch-0-13-0/gui/themes/default.inc 2009-02-14 00:44:52 UTC (rev 36319)
@@ -896,7 +896,7 @@
"</layout> "
"</layout> "
"</dialog> "
-"<dialog name='ScummSaveLoad' overlays='screen' inset='16'> "
+"<dialog name='ScummSaveLoad' overlays='screen' inset='8' shading='dim'> "
"<layout type='vertical' padding='8,8,8,32' center='true'> "
"<widget name='Title' "
"height='Globals.Line.Height' "
@@ -1546,7 +1546,7 @@
"</layout> "
"</layout> "
"</dialog> "
-"<dialog name='ScummSaveLoad' overlays='screen' inset='16'> "
+"<dialog name='ScummSaveLoad' overlays='screen' inset='8' shading='dim'> "
"<layout type='vertical' padding='8,8,8,8' center='true'> "
"<widget name='Title' height='Globals.Line.Height'/> "
"<widget name='List' /> "
Modified: scummvm/branches/branch-0-13-0/gui/themes/scummclassic/classic_layout.stx
===================================================================
--- scummvm/branches/branch-0-13-0/gui/themes/scummclassic/classic_layout.stx 2009-02-14 00:21:53 UTC (rev 36318)
+++ scummvm/branches/branch-0-13-0/gui/themes/scummclassic/classic_layout.stx 2009-02-14 00:44:52 UTC (rev 36319)
@@ -623,7 +623,7 @@
</layout>
</dialog>
- <dialog name = 'ScummSaveLoad' overlays = 'screen' inset = '16'>
+ <dialog name = 'ScummSaveLoad' overlays = 'screen' inset = '8' shading = 'dim'>
<layout type = 'vertical' padding = '8, 8, 8, 32' center = 'true'>
<widget name = 'Title'
height = 'Globals.Line.Height'
@@ -696,4 +696,4 @@
</layout>
</layout>
</dialog>
-</layout_info>
\ No newline at end of file
+</layout_info>
Modified: scummvm/branches/branch-0-13-0/gui/themes/scummclassic/classic_layout_lowres.stx
===================================================================
--- scummvm/branches/branch-0-13-0/gui/themes/scummclassic/classic_layout_lowres.stx 2009-02-14 00:21:53 UTC (rev 36318)
+++ scummvm/branches/branch-0-13-0/gui/themes/scummclassic/classic_layout_lowres.stx 2009-02-14 00:44:52 UTC (rev 36319)
@@ -630,7 +630,7 @@
</layout>
</dialog>
- <dialog name = 'ScummSaveLoad' overlays = 'screen' inset = '16'>
+ <dialog name = 'ScummSaveLoad' overlays = 'screen' inset = '8' shading = 'dim'>
<layout type = 'vertical' padding = '8, 8, 8, 8' center = 'true'>
<widget name = 'Title' height = 'Globals.Line.Height'/>
<widget name = 'List' />
Modified: scummvm/branches/branch-0-13-0/gui/themes/scummclassic.zip
===================================================================
(Binary files differ)
Modified: scummvm/branches/branch-0-13-0/gui/themes/scummmodern/scummmodern_layout.stx
===================================================================
--- scummvm/branches/branch-0-13-0/gui/themes/scummmodern/scummmodern_layout.stx 2009-02-14 00:21:53 UTC (rev 36318)
+++ scummvm/branches/branch-0-13-0/gui/themes/scummmodern/scummmodern_layout.stx 2009-02-14 00:44:52 UTC (rev 36319)
@@ -634,7 +634,7 @@
</layout>
</dialog>
- <dialog name = 'ScummSaveLoad' overlays = 'screen' inset = '16'>
+ <dialog name = 'ScummSaveLoad' overlays = 'screen' inset = '8' shading = 'dim'>
<layout type = 'vertical' padding = '8, 8, 8, 32' center = 'true'>
<widget name = 'Title'
height = 'Globals.Line.Height'
Modified: scummvm/branches/branch-0-13-0/gui/themes/scummmodern/scummmodern_layout_lowres.stx
===================================================================
--- scummvm/branches/branch-0-13-0/gui/themes/scummmodern/scummmodern_layout_lowres.stx 2009-02-14 00:21:53 UTC (rev 36318)
+++ scummvm/branches/branch-0-13-0/gui/themes/scummmodern/scummmodern_layout_lowres.stx 2009-02-14 00:44:52 UTC (rev 36319)
@@ -621,7 +621,7 @@
</layout>
</dialog>
- <dialog name = 'ScummSaveLoad' overlays = 'screen' inset = '16'>
+ <dialog name = 'ScummSaveLoad' overlays = 'screen' inset = '8' shading = 'dim'>
<layout type = 'vertical' padding = '8, 8, 8, 8' center = 'true'>
<widget name = 'Title' height = 'Globals.Line.Height'/>
<widget name = 'List' />
Modified: scummvm/branches/branch-0-13-0/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