aboutsummaryrefslogtreecommitdiff
path: root/gui/themes/default.inc
diff options
context:
space:
mode:
authorLars Persson2008-12-17 21:19:46 +0000
committerLars Persson2008-12-17 21:19:46 +0000
commita56af219d9ee600de4d85210c129618176ab1265 (patch)
treee3f13f9799b35ee1d4896d2387d1ad2fb894316f /gui/themes/default.inc
parentde0a2f40cd996d34d3bea3105158863da0e3a44c (diff)
downloadscummvm-rg350-a56af219d9ee600de4d85210c129618176ab1265.tar.gz
scummvm-rg350-a56af219d9ee600de4d85210c129618176ab1265.tar.bz2
scummvm-rg350-a56af219d9ee600de4d85210c129618176ab1265.zip
Added KeyConfiguration dialog to classic theme(320 and normal). Updated KeysDialog to follow xml syntax properly.
svn-id: r35416
Diffstat (limited to 'gui/themes/default.inc')
-rw-r--r--gui/themes/default.inc52
1 files changed, 52 insertions, 0 deletions
diff --git a/gui/themes/default.inc b/gui/themes/default.inc
index 89a9a5d620..986d832bd9 100644
--- a/gui/themes/default.inc
+++ b/gui/themes/default.inc
@@ -607,6 +607,32 @@
"<widget name='AutosavePeriod' "
"type='PopUp' "
"/> "
+"<widget name='KeysButton' "
+"type='Button' "
+"/> "
+"</layout> "
+"</dialog> "
+"<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='Mapping' "
+"height='Globals.Line.Height' "
+"/> "
+"<layout type='horizontal' padding='0,0,16,0'> "
+"<widget name='Map' "
+"type='Button' "
+"/> "
+"<space/> "
+"<widget name='Cancel' "
+"type='Button' "
+"/> "
+"<widget name='Ok' "
+"type='Button' "
+"/> "
+"</layout> "
"</layout> "
"</dialog> "
"<dialog name='GameOptions' overlays='Dialog.Launcher.GameList' shading='dim'> "
@@ -1217,6 +1243,32 @@
"<widget name='AutosavePeriod' "
"type='PopUp' "
"/> "
+"<widget name='KeysButton' "
+"type='Button' "
+"/> "
+"</layout> "
+"</dialog> "
+"<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='Mapping' "
+"height='Globals.Line.Height' "
+"/> "
+"<layout type='horizontal' padding='0,0,16,0'> "
+"<widget name='Map' "
+"type='Button' "
+"/> "
+"<space/> "
+"<widget name='Cancel' "
+"type='Button' "
+"/> "
+"<widget name='Ok' "
+"type='Button' "
+"/> "
+"</layout> "
"</layout> "
"</dialog> "
"<dialog name='GameOptions' overlays='screen' inset='16' shading='dim'> "