aboutsummaryrefslogtreecommitdiff
path: root/gui/theme-config.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2006-06-05 07:17:42 +0000
committerTorbjörn Andersson2006-06-05 07:17:42 +0000
commit5f3c930fd126355985ab11288084b45da6f72e6e (patch)
treebb8d890709c41214c58c4df07fa1afd7938db8eb /gui/theme-config.cpp
parenta2718bc0783bfd0353c81bf6fc9c6b70348d1228 (diff)
downloadscummvm-rg350-5f3c930fd126355985ab11288084b45da6f72e6e.tar.gz
scummvm-rg350-5f3c930fd126355985ab11288084b45da6f72e6e.tar.bz2
scummvm-rg350-5f3c930fd126355985ab11288084b45da6f72e6e.zip
I just realized that by making the classic SCUMM options dialog just one pixel
wider, it matches the old, hard-coded, width for the 1x scaler. How can I possibly resist something like that? :-) svn-id: r22926
Diffstat (limited to 'gui/theme-config.cpp')
-rw-r--r--gui/theme-config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/theme-config.cpp b/gui/theme-config.cpp
index 19ed992fe4..e9c23bf628 100644
--- a/gui/theme-config.cpp
+++ b/gui/theme-config.cpp
@@ -264,7 +264,7 @@ const char *Theme::_defaultConfigINI =
"useWithPrefix=subtitleControls scummconfig_\n"
"opYoffset=(opYoffset + buttonHeight)\n"
"opYoffset=(opYoffset + buttonHeight + 4)\n"
-"soWidth=(38 + 3 * buttonWidth)\n"
+"soWidth=(39 + 3 * buttonWidth)\n"
"scummconfig_keys=(soWidth - 3 * (buttonWidth + 4) + 6) opYoffset (buttonWidth - 10) buttonHeight\n"
"scummconfig_cancel=(prev.x2 + 4) prev.y (prev.w + 10) prev.h\n"
"scummconfig_ok=(prev.x2 + 4) prev.y prev.w prev.h\n"