aboutsummaryrefslogtreecommitdiff
path: root/gui/themes/scummclassic/classic_layout_lowres.stx
diff options
context:
space:
mode:
Diffstat (limited to 'gui/themes/scummclassic/classic_layout_lowres.stx')
-rw-r--r--gui/themes/scummclassic/classic_layout_lowres.stx25
1 files changed, 25 insertions, 0 deletions
diff --git a/gui/themes/scummclassic/classic_layout_lowres.stx b/gui/themes/scummclassic/classic_layout_lowres.stx
index a5f8e627e9..932ee16389 100644
--- a/gui/themes/scummclassic/classic_layout_lowres.stx
+++ b/gui/themes/scummclassic/classic_layout_lowres.stx
@@ -38,6 +38,10 @@
<def var = 'ScummSaveLoad.ExtInfo.Visible' value = '0'/>
+ <def var = 'KeyRemapper.Spacing' value = '5'/>
+ <def var = 'KeyRemapper.LabelWidth' value = '80'/>
+ <def var = 'KeyRemapper.ButtonWidth' value = '60'/>
+
<widget name = 'Button'
size = '72, 16'
/>
@@ -783,4 +787,25 @@
</layout>
</layout>
</dialog>
+ <dialog name = 'KeyRemapper' overlays = 'screen_center' shading = 'dim'>
+ <layout type = 'vertical' padding = '8, 8, 8, 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 = '150'
+ height = 'Globals.Line.Height'
+ />
+ </layout>
+ <widget name = 'KeymapArea'
+ width = '300'
+ height = '120'
+ />
+ <widget name = 'Close'
+ type = 'Button'
+ />
+ </layout>
+ </dialog>
</layout_info>