diff options
author | Eugene Sandulenko | 2010-07-23 21:26:30 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2010-07-23 21:26:30 +0000 |
commit | 1867b44bf4fd9e1cfb9861f7e0e3ed65ba5144a7 (patch) | |
tree | dc2e639b64e7dead940e9ef6587af0fa53c0900c | |
parent | d73c8578ff0d707fbf2992162971a7eeb2067ffa (diff) | |
download | scummvm-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
-rw-r--r-- | gui/themes/default.inc | 4 | ||||
-rw-r--r-- | gui/themes/scummclassic.zip | bin | 57060 -> 57075 bytes | |||
-rw-r--r-- | gui/themes/scummclassic/classic_layout.stx | 2 | ||||
-rw-r--r-- | gui/themes/scummclassic/classic_layout_lowres.stx | 2 | ||||
-rw-r--r-- | gui/themes/scummmodern.zip | bin | 164369 -> 164384 bytes | |||
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout.stx | 2 | ||||
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout_lowres.stx | 2 |
7 files changed, 6 insertions, 6 deletions
diff --git a/gui/themes/default.inc b/gui/themes/default.inc index 915ec55dca..11460e7199 100644 --- a/gui/themes/default.inc +++ b/gui/themes/default.inc @@ -1,5 +1,5 @@ "<?xml version = '1.0'?>" -"<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' /> " @@ -1216,7 +1216,7 @@ "/> " "</drawdata> " "</render_info> " -"<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/scummclassic.zip b/gui/themes/scummclassic.zip Binary files differindex 4a31a8ebb9..b6b4ffe2e7 100644 --- a/gui/themes/scummclassic.zip +++ b/gui/themes/scummclassic.zip diff --git a/gui/themes/scummclassic/classic_layout.stx b/gui/themes/scummclassic/classic_layout.stx index 80bc4bf41e..0a38ea4b40 100644 --- a/gui/themes/scummclassic/classic_layout.stx +++ b/gui/themes/scummclassic/classic_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/scummclassic/classic_layout_lowres.stx b/gui/themes/scummclassic/classic_layout_lowres.stx index 64ac6e200a..76838f5476 100644 --- a/gui/themes/scummclassic/classic_layout_lowres.stx +++ b/gui/themes/scummclassic/classic_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' /> diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip Binary files differindex b5e8f24019..dacec7f580 100644 --- a/gui/themes/scummmodern.zip +++ b/gui/themes/scummmodern.zip 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' /> |