aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorLars Persson2009-02-12 22:05:07 +0000
committerLars Persson2009-02-12 22:05:07 +0000
commitadbc453163ef1408da4592913e8eda7f71ee1907 (patch)
tree8855f93c42315d97254ad1db710b8e5f6b749b55 /gui
parent3c163dbb4e2f79906fa7a64be706a512a94eb7fe (diff)
downloadscummvm-rg350-adbc453163ef1408da4592913e8eda7f71ee1907.tar.gz
scummvm-rg350-adbc453163ef1408da4592913e8eda7f71ee1907.tar.bz2
scummvm-rg350-adbc453163ef1408da4592913e8eda7f71ee1907.zip
Fixed working Keys button in in game options dialog
Fixed key mappings dialog layout svn-id: r36285
Diffstat (limited to 'gui')
-rw-r--r--gui/themes/default.inc10
-rw-r--r--gui/themes/scummclassic.zipbin45563 -> 47445 bytes
-rw-r--r--gui/themes/scummclassic/classic_layout.stx4
-rw-r--r--gui/themes/scummclassic/classic_layout_lowres.stx6
-rw-r--r--gui/themes/scummmodern.zipbin148565 -> 150670 bytes
-rw-r--r--gui/themes/scummmodern/scummmodern_layout.stx4
-rw-r--r--gui/themes/scummmodern/scummmodern_layout_lowres.stx6
7 files changed, 21 insertions, 9 deletions
diff --git a/gui/themes/default.inc b/gui/themes/default.inc
index 71652ccaa0..a9a6608a02 100644
--- a/gui/themes/default.inc
+++ b/gui/themes/default.inc
@@ -637,7 +637,6 @@
"height='Globals.Line.Height' "
"/> "
"<widget name='List'/> "
-"<space size='Globals.Line.Height'/> "
"<widget name='Mapping' "
"height='Globals.Line.Height' "
"/> "
@@ -884,6 +883,9 @@
"</layout> "
"<space size='60'/> "
"<layout type='horizontal' padding='0,0,0,0' spacing='8'> "
+"<widget name='Keys' "
+"type='Button' "
+"/> "
"<space size='Globals.Button.Width' /> "
"<widget name='Cancel' "
"type='Button' "
@@ -1275,7 +1277,6 @@
"height='Globals.Line.Height' "
"/> "
"<widget name='List'/> "
-"<space size='Globals.Line.Height'/> "
"<widget name='Mapping' "
"height='Globals.Line.Height' "
"/> "
@@ -1531,7 +1532,10 @@
"/> "
"</layout> "
"<space size='20'/> "
-"<layout type='horizontal' padding='0,0,0,0' spacing='8'> "
+"<layout type='horizontal' padding='0,0,0,0' spacing='4'> "
+"<widget name='Keys' "
+"type='Button' "
+"/> "
"<space size='Globals.Button.Width' /> "
"<widget name='Cancel' "
"type='Button' "
diff --git a/gui/themes/scummclassic.zip b/gui/themes/scummclassic.zip
index 15b242cd46..05f1b0ab1f 100644
--- a/gui/themes/scummclassic.zip
+++ b/gui/themes/scummclassic.zip
Binary files differ
diff --git a/gui/themes/scummclassic/classic_layout.stx b/gui/themes/scummclassic/classic_layout.stx
index 015d989db1..545e93451e 100644
--- a/gui/themes/scummclassic/classic_layout.stx
+++ b/gui/themes/scummclassic/classic_layout.stx
@@ -353,7 +353,6 @@
height='Globals.Line.Height'
/>
<widget name='List'/>
- <space size='Globals.Line.Height'/>
<widget name='Mapping'
height='Globals.Line.Height'
/>
@@ -610,6 +609,9 @@
</layout>
<space size = '60'/>
<layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '8'>
+ <widget name = 'Keys'
+ type = 'Button'
+ />
<space size = 'Globals.Button.Width' />
<widget name = 'Cancel'
type = 'Button'
diff --git a/gui/themes/scummclassic/classic_layout_lowres.stx b/gui/themes/scummclassic/classic_layout_lowres.stx
index b1fd9e3f43..be5374ed95 100644
--- a/gui/themes/scummclassic/classic_layout_lowres.stx
+++ b/gui/themes/scummclassic/classic_layout_lowres.stx
@@ -350,7 +350,6 @@
height='Globals.Line.Height'
/>
<widget name='List'/>
- <space size='Globals.Line.Height'/>
<widget name='Mapping'
height='Globals.Line.Height'
/>
@@ -616,7 +615,10 @@
/>
</layout>
<space size = '20'/>
- <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '8'>
+ <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '4'>
+ <widget name = 'Keys'
+ type = 'Button'
+ />
<space size = 'Globals.Button.Width' />
<widget name = 'Cancel'
type = 'Button'
diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip
index 2b15d62693..c076ff3905 100644
--- a/gui/themes/scummmodern.zip
+++ b/gui/themes/scummmodern.zip
Binary files differ
diff --git a/gui/themes/scummmodern/scummmodern_layout.stx b/gui/themes/scummmodern/scummmodern_layout.stx
index ee027526e4..ab62d92af9 100644
--- a/gui/themes/scummmodern/scummmodern_layout.stx
+++ b/gui/themes/scummmodern/scummmodern_layout.stx
@@ -364,7 +364,6 @@
height='Globals.Line.Height'
/>
<widget name='List'/>
- <space size='Globals.Line.Height'/>
<widget name='Mapping'
height='Globals.Line.Height'
/>
@@ -621,6 +620,9 @@
</layout>
<space size = '60'/>
<layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '8'>
+ <widget name='Keys'
+ type='Button'
+ />
<space size = 'Globals.Button.Width' />
<widget name = 'Cancel'
type = 'Button'
diff --git a/gui/themes/scummmodern/scummmodern_layout_lowres.stx b/gui/themes/scummmodern/scummmodern_layout_lowres.stx
index bfa2fab798..11a10e2a86 100644
--- a/gui/themes/scummmodern/scummmodern_layout_lowres.stx
+++ b/gui/themes/scummmodern/scummmodern_layout_lowres.stx
@@ -348,7 +348,6 @@
height='Globals.Line.Height'
/>
<widget name='List'/>
- <space size='Globals.Line.Height'/>
<widget name='Mapping'
height='Globals.Line.Height'
/>
@@ -607,7 +606,10 @@
/>
</layout>
<space size = '20'/>
- <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '8'>
+ <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '4'>
+ <widget name = 'Keys'
+ type = 'Button'
+ />
<space size = 'Globals.Button.Width' />
<widget name = 'Cancel'
type = 'Button'