From 57e90daf1cef14d9a26970a6a42562d98f7e071a Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 18 May 2006 13:22:48 +0000 Subject: 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 --- gui/theme-config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/theme-config.cpp') 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" -- cgit v1.2.3