aboutsummaryrefslogtreecommitdiff
path: root/gui/themes/scummclassic/classic_layout.stx
diff options
context:
space:
mode:
authordhewg2011-02-23 18:58:59 +0100
committerdhewg2011-02-24 23:18:33 +0100
commit50a682e7e1c69082735a07b2261d1c0c61ac12c9 (patch)
tree9395b3f3af0b82139bef9e57b2950e1b7e9fa33d /gui/themes/scummclassic/classic_layout.stx
parent0e9b4f3c506d64b0dfd931ac510ed773789f272e (diff)
downloadscummvm-rg350-50a682e7e1c69082735a07b2261d1c0c61ac12c9.tar.gz
scummvm-rg350-50a682e7e1c69082735a07b2261d1c0c61ac12c9.tar.bz2
scummvm-rg350-50a682e7e1c69082735a07b2261d1c0c61ac12c9.zip
GUI: Make the ThemeParser less dumb
Instead of running into assert()s due to dumb parser decisions, use 'less than' and 'greater than' width/height conditions on the 'resolution' tags. Seems better than listing >9000 different android resolutions.
Diffstat (limited to 'gui/themes/scummclassic/classic_layout.stx')
-rw-r--r--gui/themes/scummclassic/classic_layout.stx2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/themes/scummclassic/classic_layout.stx b/gui/themes/scummclassic/classic_layout.stx
index 416ffb30eb..f09c29e360 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, -544x332, -Xx350'>
+<layout_info resolution = 'y>399'>
<globals>
<def var = 'Line.Height' value = '16' />
<def var = 'Font.Height' value = '16' />