Made the F6 and F5 (SCUMM only) menus fit in 320x200. I'd appreciate if someone

who's more familiar with this could look at my changes, in case I messed up.

svn-id: r35589
This commit is contained in:
Torbjörn Andersson 2008-12-28 16:53:57 +00:00
parent c1f6dcbb52
commit ab2297e28b
5 changed files with 674 additions and 660 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -479,45 +479,45 @@
</dialog>
<dialog name = 'GlobalMenu' overlays = 'screen_center'>
<layout type = 'vertical' padding = '8, 8, 8, 8' center = 'true'>
<layout type = 'vertical' padding = '8, 8, 4, 6' center = 'true'>
<widget name = 'Title'
width = '160'
height = 'Globals.Line.Height'
height = '4'
/>
<widget name = 'Version'
width = '160'
height = 'Globals.Line.Height'
height = '4'
/>
<space size = '4'/>
<space size = '1'/>
<widget name = 'Load'
width = '120'
height = 'Globals.Button.Height'
height = '12'
/>
<widget name = 'Save'
width = '120'
height = 'Globals.Button.Height'
height = '12'
/>
<space size = '4'/>
<space size = '1'/>
<widget name = 'Options'
width = '120'
height = 'Globals.Button.Height'
height = '12'
/>
<widget name = 'About'
width = '120'
height = 'Globals.Button.Height'
height = '12'
/>
<space size = '4'/>
<space size = '1'/>
<widget name = 'Resume'
width = '120'
height = 'Globals.Button.Height'
height = '12'
/>
<widget name = 'RTL'
width = '120'
height = 'Globals.Button.Height'
height = '12'
/>
<widget name = 'Quit'
width = '120'
height = 'Globals.Button.Height'
height = '12'
/>
</layout>
</dialog>
@ -525,28 +525,35 @@
<dialog name = 'ScummMain' overlays = 'screen_center'>
<layout type = 'vertical' padding = '8, 8, 8, 8'>
<widget name = 'Resume'
type = 'Button'
width = 'Globals.Button.Width'
height = '14'
/>
<space size = '4'/>
<space size = '2'/>
<widget name = 'Load'
type = 'Button'
width = 'Globals.Button.Width'
height = '14'
/>
<widget name = 'Save'
type = 'Button'
width = 'Globals.Button.Width'
height = '14'
/>
<space size = '4'/>
<space size = '2'/>
<widget name = 'Options'
type = 'Button'
width = 'Globals.Button.Width'
height = '14'
/>
<widget name = 'Help'
type = 'Button'
width = 'Globals.Button.Width'
height = '14'
/>
<widget name = 'About'
type = 'Button'
width = 'Globals.Button.Width'
height = '14'
/>
<space size = '4'/>
<space size = '2'/>
<widget name = 'Quit'
type = 'Button'
width = 'Globals.Button.Width'
height = '14'
/>
</layout>
</dialog>
@ -684,4 +691,4 @@
</layout>
</layout>
</dialog>
</layout_info>
</layout_info>

Binary file not shown.

View File

@ -450,7 +450,7 @@
</dialog>
<dialog name = 'GlobalMenu' overlays = 'screen_center'>
<layout type = 'vertical' padding = '8, 8, 8, 8' center = 'true'>
<layout type = 'vertical' padding = '4, 4, 4, 4' center = 'true'>
<widget name = 'Title'
width = '160'
height = 'Globals.Line.Height'
@ -459,7 +459,7 @@
width = '160'
height = 'Globals.Line.Height'
/>
<space size = '4'/>
<space size = '2'/>
<widget name = 'Load'
width = '120'
height = 'Globals.Button.Height'
@ -467,8 +467,8 @@
<widget name = 'Save'
width = '120'
height = 'Globals.Button.Height'
/>
<space size = '4'/>
/>
<space size = '2'/>
<widget name = 'Options'
width = '120'
height = 'Globals.Button.Height'
@ -477,7 +477,7 @@
width = '120'
height = 'Globals.Button.Height'
/>
<space size = '4'/>
<space size = '2'/>
<widget name = 'Resume'
width = '120'
height = 'Globals.Button.Height'