aboutsummaryrefslogtreecommitdiff
path: root/gui/themes/scummclassic
diff options
context:
space:
mode:
authorTorbjörn Andersson2008-12-28 16:53:57 +0000
committerTorbjörn Andersson2008-12-28 16:53:57 +0000
commitab2297e28bec2704a08642f283afc9ad7ba145cf (patch)
tree1333c1dac2c636aca096617758e47d22b8a2c12a /gui/themes/scummclassic
parentc1f6dcbb5259bcad599351678919a08ccf1211be (diff)
downloadscummvm-rg350-ab2297e28bec2704a08642f283afc9ad7ba145cf.tar.gz
scummvm-rg350-ab2297e28bec2704a08642f283afc9ad7ba145cf.tar.bz2
scummvm-rg350-ab2297e28bec2704a08642f283afc9ad7ba145cf.zip
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
Diffstat (limited to 'gui/themes/scummclassic')
-rw-r--r--gui/themes/scummclassic/classic_layout_320.stx55
1 files changed, 31 insertions, 24 deletions
diff --git a/gui/themes/scummclassic/classic_layout_320.stx b/gui/themes/scummclassic/classic_layout_320.stx
index faf6f20d6f..2123ebb853 100644
--- a/gui/themes/scummclassic/classic_layout_320.stx
+++ b/gui/themes/scummclassic/classic_layout_320.stx
@@ -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> \ No newline at end of file
+</layout_info>