aboutsummaryrefslogtreecommitdiff
path: root/gui/themes/scummclassic/classic_layout.stx
diff options
context:
space:
mode:
authorEugene Sandulenko2009-06-07 22:05:57 +0000
committerEugene Sandulenko2009-06-07 22:05:57 +0000
commit28a114c70210dffe7bb957da2ed2a041bd64f392 (patch)
tree1a298b8332aad659718023c7102945f11451d8b9 /gui/themes/scummclassic/classic_layout.stx
parent5c233c447ba9656608b41fd0bd46edcc830e8b13 (diff)
downloadscummvm-rg350-28a114c70210dffe7bb957da2ed2a041bd64f392.tar.gz
scummvm-rg350-28a114c70210dffe7bb957da2ed2a041bd64f392.tar.bz2
scummvm-rg350-28a114c70210dffe7bb957da2ed2a041bd64f392.zip
Added current keymapper dialog to all themes so it could be tested by other
devs. svn-id: r41352
Diffstat (limited to 'gui/themes/scummclassic/classic_layout.stx')
-rw-r--r--gui/themes/scummclassic/classic_layout.stx25
1 files changed, 25 insertions, 0 deletions
diff --git a/gui/themes/scummclassic/classic_layout.stx b/gui/themes/scummclassic/classic_layout.stx
index 431db7756d..969788cea0 100644
--- a/gui/themes/scummclassic/classic_layout.stx
+++ b/gui/themes/scummclassic/classic_layout.stx
@@ -37,6 +37,10 @@
<def var = 'ScummSaveLoad.ExtInfo.Visible' value = '1'/>
+ <def var = 'KeyRemapper.Spacing' value = '10'/>
+ <def var = 'KeyRemapper.LabelWidth' value = '100'/>
+ <def var = 'KeyRemapper.ButtonWidth' value = '80'/>
+
<widget name = 'OptionsLabel'
size = '110, Globals.Line.Height'
textalign = 'right'
@@ -778,4 +782,25 @@
</layout>
</layout>
</dialog>
+ <dialog name = 'KeyRemapper' overlays = 'screen_center' shading = 'dim'>
+ <layout type = 'vertical' padding = '8, 8, 32, 8' spacing = '10' center = 'true'>
+ <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '10' center = 'true'>
+ <widget name = 'PopupDesc'
+ type = 'OptionsLabel'
+ />
+ <widget name = 'Popup'
+ type = 'PopUp'
+ width = '400'
+ height = 'Globals.Line.Height'
+ />
+ </layout>
+ <widget name = 'KeymapArea'
+ width = '600'
+ height = '280'
+ />
+ <widget name = 'Close'
+ type = 'Button'
+ />
+ </layout>
+ </dialog>
</layout_info>