diff options
author | Eugene Sandulenko | 2006-05-30 18:36:08 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2006-05-30 18:36:08 +0000 |
commit | 1ec42e169ed58c2ec591c98f435d30b1709fffa4 (patch) | |
tree | 37fffa31b6125810d1d545e7a12a86a02dffaa91 /gui/themes | |
parent | ac1b6014290f2dbbc81d46095c7cad6434a2a535 (diff) | |
download | scummvm-rg350-1ec42e169ed58c2ec591c98f435d30b1709fffa4.tar.gz scummvm-rg350-1ec42e169ed58c2ec591c98f435d30b1709fffa4.tar.bz2 scummvm-rg350-1ec42e169ed58c2ec591c98f435d30b1709fffa4.zip |
Fixes for MM NES resolution:
- Introduce useAsIs keyword for resolution aliases
- Extend skipFor keyword to accept multiple values
svn-id: r22779
Diffstat (limited to 'gui/themes')
-rw-r--r-- | gui/themes/modern.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/themes/modern.ini b/gui/themes/modern.ini index 69cdc3489e..c604099778 100644 --- a/gui/themes/modern.ini +++ b/gui/themes/modern.ini @@ -165,7 +165,7 @@ cursor_hotspot_y=0 cursor_targetScale=3 [XxY] -skipFor=320xY +skipFor=320xY,256x240 def_widgetSize=kBigWidgetSize def_buttonWidth=120 def_buttonHeight=25 |