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
This commit is contained in:
parent
5c1f91eed4
commit
57e90daf1c
2 changed files with 12 additions and 10 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue