diff options
author | Johannes Schickel | 2006-04-18 19:04:15 +0000 |
---|---|---|
committer | Johannes Schickel | 2006-04-18 19:04:15 +0000 |
commit | 1e150278856831f3cc1e473fd01473ac2961bd3a (patch) | |
tree | 8442d58ba55d2270bcc1ef0917ea893bff415971 | |
parent | 96d23871b654e6d1cdeef302ba82afd370945a85 (diff) | |
download | scummvm-rg350-1e150278856831f3cc1e473fd01473ac2961bd3a.tar.gz scummvm-rg350-1e150278856831f3cc1e473fd01473ac2961bd3a.tar.bz2 scummvm-rg350-1e150278856831f3cc1e473fd01473ac2961bd3a.zip |
Fixes "aspect ratio" text in the options with --force-1x-overlay.
svn-id: r22014
-rw-r--r-- | gui/theme-config.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/theme-config.cpp b/gui/theme-config.cpp index 060c38cfc4..f8c04f1650 100644 --- a/gui/theme-config.cpp +++ b/gui/theme-config.cpp @@ -301,7 +301,7 @@ const char *Theme::_defaultConfigINI = "opYoffset=(opYoffset + kLineHeight + 4)\n" "grFullscreenCheckbox=gcx opYoffset (kFontHeight + 10 + 96) buttonHeight\n" "opYoffset=(opYoffset + buttonHeight)\n" -"grAspectCheckbox=prev.x opYoffset (kFontHeight + 10 + 136) prev.h\n" +"grAspectCheckbox=prev.x opYoffset (kFontHeight + 10 + 180) prev.h\n" "opYoffset=(opYoffset + buttonHeight)\n" "\n" "[audioControls]\n" |