diff options
author | Thierry Crozat | 2010-09-20 21:06:15 +0000 |
---|---|---|
committer | Thierry Crozat | 2010-09-20 21:06:15 +0000 |
commit | 10031f81f6d973ea1828b1e27f81cca8ae15d457 (patch) | |
tree | 64060d3a20ef0da902926a4cb9c5b7eaf49f96a4 /gui/themes | |
parent | ba04f31adec555fabf9b7675c4b3bf207cda8ba5 (diff) | |
download | scummvm-rg350-10031f81f6d973ea1828b1e27f81cca8ae15d457.tar.gz scummvm-rg350-10031f81f6d973ea1828b1e27f81cca8ae15d457.tar.bz2 scummvm-rg350-10031f81f6d973ea1828b1e27f81cca8ae15d457.zip |
GUI: Fix Subtitles speed option cut in Audio tab of game options.
In normal (no scaling) mode and aspect ratio correction turned off, the
height of the Audio tab of the game options was too small and the subtitle
speed option was subsequently cut.
svn-id: r52829
Diffstat (limited to 'gui/themes')
-rw-r--r-- | gui/themes/scummmodern.zip | bin | 181317 -> 181820 bytes | |||
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout_lowres.stx | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip Binary files differindex ea7ecd733c..bc65b4dacb 100644 --- a/gui/themes/scummmodern.zip +++ b/gui/themes/scummmodern.zip diff --git a/gui/themes/scummmodern/scummmodern_layout_lowres.stx b/gui/themes/scummmodern/scummmodern_layout_lowres.stx index 5998c50b60..bd7b5fd8ea 100644 --- a/gui/themes/scummmodern/scummmodern_layout_lowres.stx +++ b/gui/themes/scummmodern/scummmodern_layout_lowres.stx @@ -483,7 +483,7 @@ </dialog> <dialog name = 'GameOptions' overlays = 'screen' inset = '16' shading = 'dim'> - <layout type = 'vertical' padding = '0, 0, 0, 0' spacing = '16'> + <layout type = 'vertical' padding = '0, 0, 0, 0'> <widget name = 'TabWidget'/> <layout type = 'horizontal' padding = '8, 8, 8, 8'> <space/> |