Prevent high-resolution layouts to be loaded on low resolutions.

svn-id: r42955
This commit is contained in:
Vicent Marti 2009-07-31 00:22:46 +00:00
parent 44a3d917e8
commit 1383291296
5 changed files with 3 additions and 3 deletions

View File

@ -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' /> "

Binary file not shown.

View File

@ -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' />

Binary file not shown.

View File

@ -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' />