aboutsummaryrefslogtreecommitdiff
path: root/gui/theme-config.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2006-05-18 13:22:48 +0000
committerEugene Sandulenko2006-05-18 13:22:48 +0000
commit57e90daf1cef14d9a26970a6a42562d98f7e071a (patch)
tree0cc80a2b5fa4f143916300b226537d37dac449c7 /gui/theme-config.cpp
parent5c1f91eed42aab58f022ca82066c91e5a672131c (diff)
downloadscummvm-rg350-57e90daf1cef14d9a26970a6a42562d98f7e071a.tar.gz
scummvm-rg350-57e90daf1cef14d9a26970a6a42562d98f7e071a.tar.bz2
scummvm-rg350-57e90daf1cef14d9a26970a6a42562d98f7e071a.zip
Fix several GUI layout problems:
- Correct button widths in scumm help dialog - Fix button widths on path tabs in options dialogs - Fix scumm options dialog in 320xY mode - Added space after volume controls in options dialog svn-id: r22516
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 c9c83c7dbc..3ae353f733 100644
--- a/gui/theme-config.cpp
+++ b/gui/theme-config.cpp
@@ -260,7 +260,7 @@ const char *Theme::_defaultConfigINI =
"useWithPrefix=subtitleControls scummconfig_\n"
"opYoffset=(opYoffset + buttonHeight)\n"
"opYoffset=(opYoffset + buttonHeight + 4)\n"
-"soWidth=(8 + 3 * buttonWidth + 4)\n"
+"soWidth=255\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"