diff options
author | Vicent Marti | 2009-07-31 00:22:46 +0000 |
---|---|---|
committer | Vicent Marti | 2009-07-31 00:22:46 +0000 |
commit | 1383291296c2b3a6b49d12f925af58035a73d80d (patch) | |
tree | e30a672952549ab6f7e35c842dd1a22f8f711288 /gui/themes | |
parent | 44a3d917e8421d7b35c51f0d9c270395c5ea2b1a (diff) | |
download | scummvm-rg350-1383291296c2b3a6b49d12f925af58035a73d80d.tar.gz scummvm-rg350-1383291296c2b3a6b49d12f925af58035a73d80d.tar.bz2 scummvm-rg350-1383291296c2b3a6b49d12f925af58035a73d80d.zip |
Prevent high-resolution layouts to be loaded on low resolutions.
svn-id: r42955
Diffstat (limited to 'gui/themes')
-rw-r--r-- | gui/themes/default.inc | 2 | ||||
-rw-r--r-- | gui/themes/scummclassic.zip | bin | 53283 -> 53291 bytes | |||
-rw-r--r-- | gui/themes/scummclassic/classic_layout.stx | 2 | ||||
-rw-r--r-- | gui/themes/scummmodern.zip | bin | 157971 -> 157979 bytes | |||
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout.stx | 2 |
5 files changed, 3 insertions, 3 deletions
diff --git a/gui/themes/default.inc b/gui/themes/default.inc index 2cc5b3a385..64fb0e517a 100644 --- a/gui/themes/default.inc +++ b/gui/themes/default.inc @@ -1,5 +1,5 @@ "<?xml version = '1.0'?>" -"<layout_info resolution='-320xY,-256x240'> " +"<layout_info resolution='-320xY,-256x240,-Xx272'> " "<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 4669785093..0e1d8c539d 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 e886a1a2f0..029c7479ac 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'> +<layout_info resolution = '-320xY, -256x240, -Xx272'> <globals> <def var = 'Line.Height' value = '16' /> <def var = 'Font.Height' value = '16' /> diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip Binary files differindex f7b65f0d31..fb3a0b1c2d 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 8c13217c65..e6a01d12a1 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'> +<layout_info resolution = '-320xY, -256x240, -Xx272'> <globals> <def var = 'Line.Height' value = '16' /> <def var = 'Font.Height' value = '16' /> |