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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Thu Dec 2 22:54:56 CET 2010


Revision: 54746
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54746&view=rev
Author:   lordhoto
Date:     2010-12-02 21:54:55 +0000 (Thu, 02 Dec 2010)

Log Message:
-----------
GUI: Prevent high res versions of the themes to be picked for 544x333.

This fixes a problem in case the high resolution theme file was picked up
before the low resolution theme file and thus it was directly chosen.

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

Modified: scummvm/trunk/gui/themes/default.inc
===================================================================
--- scummvm/trunk/gui/themes/default.inc	2010-12-02 21:46:11 UTC (rev 54745)
+++ scummvm/trunk/gui/themes/default.inc	2010-12-02 21:54:55 UTC (rev 54746)
@@ -1,5 +1,5 @@
  "<?xml version = '1.0'?>"
-"<layout_info resolution='-320xY,-256x240,-Xx272,-Xx350'> "
+"<layout_info resolution='-320xY,-256x240,-Xx272,-544x333,-Xx350'> "
 "<globals> "
 "<def var='Line.Height' value='16' /> "
 "<def var='Font.Height' value='16' /> "

Modified: scummvm/trunk/gui/themes/scummclassic/classic_layout.stx
===================================================================
--- scummvm/trunk/gui/themes/scummclassic/classic_layout.stx	2010-12-02 21:46:11 UTC (rev 54745)
+++ scummvm/trunk/gui/themes/scummclassic/classic_layout.stx	2010-12-02 21:54:55 UTC (rev 54746)
@@ -23,7 +23,7 @@
  - $Id$
  -
  -->
-<layout_info resolution = '-320xY, -256x240, -Xx272, -Xx350'>
+<layout_info resolution = '-320xY, -256x240, -Xx272, -544x333, -Xx350'>
 	<globals>
 		<def var = 'Line.Height' value = '16' />
 		<def var = 'Font.Height' value = '16' />

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-12-02 21:46:11 UTC (rev 54745)
+++ scummvm/trunk/gui/themes/scummmodern/scummmodern_layout.stx	2010-12-02 21:54:55 UTC (rev 54746)
@@ -23,7 +23,7 @@
  - $Id$
  -
  -->
-<layout_info resolution = '-320xY, -256x240, -Xx272, -Xx350'>
+<layout_info resolution = '-320xY, -256x240, -Xx272, -544x333, -Xx350'>
 	<globals>
 		<def var = 'Line.Height' value = '16' />
 		<def var = 'Font.Height' value = '16' />

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