aboutsummaryrefslogtreecommitdiff
path: root/gui/themes/scummmodern
diff options
context:
space:
mode:
authorEugene Sandulenko2010-07-23 21:26:30 +0000
committerEugene Sandulenko2010-07-23 21:26:30 +0000
commit1867b44bf4fd9e1cfb9861f7e0e3ed65ba5144a7 (patch)
treedc2e639b64e7dead940e9ef6587af0fa53c0900c /gui/themes/scummmodern
parentd73c8578ff0d707fbf2992162971a7eeb2067ffa (diff)
downloadscummvm-rg350-1867b44bf4fd9e1cfb9861f7e0e3ed65ba5144a7.tar.gz
scummvm-rg350-1867b44bf4fd9e1cfb9861f7e0e3ed65ba5144a7.tar.bz2
scummvm-rg350-1867b44bf4fd9e1cfb9861f7e0e3ed65ba5144a7.zip
GUI: Fix bug #3024930
Bug #3024930: "GUI: GMM errors out in Hercules mode". Fixed by switching Hercules resolutions to lowres GUI. svn-id: r51226
Diffstat (limited to 'gui/themes/scummmodern')
-rw-r--r--gui/themes/scummmodern/scummmodern_layout.stx2
-rw-r--r--gui/themes/scummmodern/scummmodern_layout_lowres.stx2
2 files changed, 2 insertions, 2 deletions
diff --git a/gui/themes/scummmodern/scummmodern_layout.stx b/gui/themes/scummmodern/scummmodern_layout.stx
index 796d4d9a94..3dac5f0f3f 100644
--- a/gui/themes/scummmodern/scummmodern_layout.stx
+++ b/gui/themes/scummmodern/scummmodern_layout.stx
@@ -23,7 +23,7 @@
- $Id$
-
-->
-<layout_info resolution = '-320xY, -256x240, -Xx272'>
+<layout_info resolution = '-320xY, -256x240, -Xx272, -Xx350'>
<globals>
<def var = 'Line.Height' value = '16' />
<def var = 'Font.Height' value = '16' />
diff --git a/gui/themes/scummmodern/scummmodern_layout_lowres.stx b/gui/themes/scummmodern/scummmodern_layout_lowres.stx
index 8bb31e9f8a..42e61286aa 100644
--- a/gui/themes/scummmodern/scummmodern_layout_lowres.stx
+++ b/gui/themes/scummmodern/scummmodern_layout_lowres.stx
@@ -23,7 +23,7 @@
- $Id$
-
-->
-<layout_info resolution = "320xY, 256x240, Xx272">
+<layout_info resolution = "320xY, 256x240, Xx272, Xx350">
<globals>
<def var = 'Line.Height' value = '12' />
<def var = 'Font.Height' value = '10' />