aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2010-05-27 19:34:41 +0000
committerMax Horn2010-05-27 19:34:41 +0000
commitb99d65e561d1940c5644b6c9d4e27af1c0a56923 (patch)
tree65ab68474b4ff1795f93c70d0caa50e321c842cf
parenta03b5a3434a274447deaa9963ca6df87ee213059 (diff)
downloadscummvm-rg350-b99d65e561d1940c5644b6c9d4e27af1c0a56923.tar.gz
scummvm-rg350-b99d65e561d1940c5644b6c9d4e27af1c0a56923.tar.bz2
scummvm-rg350-b99d65e561d1940c5644b6c9d4e27af1c0a56923.zip
Fix for bug #3007656: "GMM: Crash in 320x200"
svn-id: r49267
-rw-r--r--gui/themes/default.inc2
-rw-r--r--gui/themes/scummclassic.zipbin52230 -> 52242 bytes
-rw-r--r--gui/themes/scummclassic/classic_layout_lowres.stx2
-rw-r--r--gui/themes/scummmodern.zipbin158221 -> 158233 bytes
-rw-r--r--gui/themes/scummmodern/scummmodern_layout_lowres.stx2
5 files changed, 3 insertions, 3 deletions
diff --git a/gui/themes/default.inc b/gui/themes/default.inc
index edf116b79c..93897a7d88 100644
--- a/gui/themes/default.inc
+++ b/gui/themes/default.inc
@@ -1598,7 +1598,7 @@
"</layout> "
"</dialog> "
"<dialog name='GlobalMenu' overlays='screen_center'> "
-"<layout type='vertical' padding='8,8,4,6' center='true'> "
+"<layout type='vertical' padding='2,2,4,6' center='true' spacing='6'> "
"<widget name='Title' "
"width='160' "
"height='4' "
diff --git a/gui/themes/scummclassic.zip b/gui/themes/scummclassic.zip
index cd397e64ed..67cbbf7990 100644
--- a/gui/themes/scummclassic.zip
+++ b/gui/themes/scummclassic.zip
Binary files differ
diff --git a/gui/themes/scummclassic/classic_layout_lowres.stx b/gui/themes/scummclassic/classic_layout_lowres.stx
index cd406ca987..8a0180db3c 100644
--- a/gui/themes/scummclassic/classic_layout_lowres.stx
+++ b/gui/themes/scummclassic/classic_layout_lowres.stx
@@ -565,7 +565,7 @@
</dialog>
<dialog name = 'GlobalMenu' overlays = 'screen_center'>
- <layout type = 'vertical' padding = '8, 8, 4, 6' center = 'true'>
+ <layout type = 'vertical' padding = '2, 2, 4, 6' center = 'true' spacing='6'>
<widget name = 'Title'
width = '160'
height = '4'
diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip
index 847e3fbd7e..b3dc16b67e 100644
--- a/gui/themes/scummmodern.zip
+++ b/gui/themes/scummmodern.zip
Binary files differ
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'