Fix for bug #3007656: "GMM: Crash in 320x200"

svn-id: r49267
This commit is contained in:
Max Horn 2010-05-27 19:34:41 +00:00
parent a03b5a3434
commit b99d65e561
5 changed files with 3 additions and 3 deletions

View File

@ -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' "

Binary file not shown.

View File

@ -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'

Binary file not shown.

View File

@ -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'