aboutsummaryrefslogtreecommitdiff
path: root/gui/themes/scummclassic
diff options
context:
space:
mode:
authorKostas Nakos2008-12-28 20:15:00 +0000
committerKostas Nakos2008-12-28 20:15:00 +0000
commit25ac7c7fb0566202f0241ca88f950e38af156d07 (patch)
tree098ea5aecb3a82e36455746236ba8dd0e9d38273 /gui/themes/scummclassic
parent017561a2e1da047b94e224e27062219fe7db11bb (diff)
downloadscummvm-rg350-25ac7c7fb0566202f0241ca88f950e38af156d07.tar.gz
scummvm-rg350-25ac7c7fb0566202f0241ca88f950e38af156d07.tar.bz2
scummvm-rg350-25ac7c7fb0566202f0241ca88f950e38af156d07.zip
1) Add the KeysDialog layout to the modern theme. 2) Improve somewhat the layout of the KeysDialog
svn-id: r35592
Diffstat (limited to 'gui/themes/scummclassic')
-rw-r--r--gui/themes/scummclassic/classic_layout.stx12
-rw-r--r--gui/themes/scummclassic/classic_layout_320.stx12
2 files changed, 14 insertions, 10 deletions
diff --git a/gui/themes/scummclassic/classic_layout.stx b/gui/themes/scummclassic/classic_layout.stx
index 087db1b6ed..2508ff4a5b 100644
--- a/gui/themes/scummclassic/classic_layout.stx
+++ b/gui/themes/scummclassic/classic_layout.stx
@@ -349,14 +349,16 @@
<dialog name='KeysDialog' overlays='Dialog.GlobalOptions' shading='dim'>
<layout type='vertical' padding='8,8,8,8' center='true'>
- <widget name='List'/>
<widget name='Action'
height='Globals.Line.Height'
/>
+ <widget name='List'/>
+ <space size='Globals.Line.Height'/>
<widget name='Mapping'
height='Globals.Line.Height'
/>
- <layout type='horizontal' padding='0,0,16,0'>
+ <space size='Globals.Line.Height'/>
+ <layout type='horizontal'>
<widget name='Map'
type='Button'
/>
@@ -368,9 +370,9 @@
type='Button'
/>
</layout>
- </layout>
- </dialog>
-
+ </layout>
+ </dialog>
+
<dialog name = 'GameOptions' overlays = 'Dialog.Launcher.GameList' shading = 'dim'>
<layout type = 'vertical' padding = '0, 0, 0, 0' spacing = '16'>
<widget name = 'TabWidget'/>
diff --git a/gui/themes/scummclassic/classic_layout_320.stx b/gui/themes/scummclassic/classic_layout_320.stx
index 2123ebb853..8e15d28798 100644
--- a/gui/themes/scummclassic/classic_layout_320.stx
+++ b/gui/themes/scummclassic/classic_layout_320.stx
@@ -346,14 +346,16 @@
<dialog name='KeysDialog' overlays='Dialog.GlobalOptions' shading='dim'>
<layout type='vertical' padding='8,8,8,8' center='true'>
- <widget name='List'/>
<widget name='Action'
height='Globals.Line.Height'
/>
+ <widget name='List'/>
+ <space size='Globals.Line.Height'/>
<widget name='Mapping'
height='Globals.Line.Height'
/>
- <layout type='horizontal' padding='0,0,16,0'>
+ <space size='Globals.Line.Height'/>
+ <layout type='horizontal'>
<widget name='Map'
type='Button'
/>
@@ -365,9 +367,9 @@
type='Button'
/>
</layout>
- </layout>
- </dialog>
-
+ </layout>
+ </dialog>
+
<dialog name = 'GameOptions' overlays = 'screen' inset = '16' shading = 'dim'>
<layout type = 'vertical' padding = '0, 0, 0, 0' spacing = '16'>
<widget name = 'TabWidget'/>