diff options
author | Max Horn | 2010-05-27 19:34:41 +0000 |
---|---|---|
committer | Max Horn | 2010-05-27 19:34:41 +0000 |
commit | b99d65e561d1940c5644b6c9d4e27af1c0a56923 (patch) | |
tree | 65ab68474b4ff1795f93c70d0caa50e321c842cf /gui/themes/scummmodern | |
parent | a03b5a3434a274447deaa9963ca6df87ee213059 (diff) | |
download | scummvm-rg350-b99d65e561d1940c5644b6c9d4e27af1c0a56923.tar.gz scummvm-rg350-b99d65e561d1940c5644b6c9d4e27af1c0a56923.tar.bz2 scummvm-rg350-b99d65e561d1940c5644b6c9d4e27af1c0a56923.zip |
Fix for bug #3007656: "GMM: Crash in 320x200"
svn-id: r49267
Diffstat (limited to 'gui/themes/scummmodern')
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout_lowres.stx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/themes/scummmodern/scummmodern_layout_lowres.stx b/gui/themes/scummmodern/scummmodern_layout_lowres.stx index 9804e26434..1c2f83a3b7 100644 --- a/gui/themes/scummmodern/scummmodern_layout_lowres.stx +++ b/gui/themes/scummmodern/scummmodern_layout_lowres.stx @@ -561,7 +561,7 @@ </dialog> <dialog name = 'GlobalMenu' overlays = 'screen_center'> - <layout type = 'vertical' padding = '4, 4, 4, 4' center = 'true'> + <layout type = 'vertical' padding = '4, 4, 4, 4' center = 'true' spacing='2'> <widget name = 'Title' width = '160' height = 'Globals.Line.Height' |