diff options
author | Eugene Sandulenko | 2009-05-09 22:36:57 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2009-05-09 22:36:57 +0000 |
commit | 87fdc5d544e73a4cb520eb6c794bb12d87f0a6a8 (patch) | |
tree | 0c17a184751c144156bc2da3e2034cc151e27264 /gui/themes/scummmodern | |
parent | 8b813f02b850f7b67c17cdaf4a058c73f2febe2c (diff) | |
download | scummvm-rg350-87fdc5d544e73a4cb520eb6c794bb12d87f0a6a8.tar.gz scummvm-rg350-87fdc5d544e73a4cb520eb6c794bb12d87f0a6a8.tar.bz2 scummvm-rg350-87fdc5d544e73a4cb520eb6c794bb12d87f0a6a8.zip |
Original GSoC'08 keymapper now works.
Plans:
- Make remap dialog less ugly
- Port dialog to other resolutions and classic theme
- Stop polluting config namespaces with keymap
- Improve automapper
- Add support to the engines and backends
svn-id: r40404
Diffstat (limited to 'gui/themes/scummmodern')
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout.stx | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gui/themes/scummmodern/scummmodern_layout.stx b/gui/themes/scummmodern/scummmodern_layout.stx index 9ed10503ad..6377cc48ae 100644 --- a/gui/themes/scummmodern/scummmodern_layout.stx +++ b/gui/themes/scummmodern/scummmodern_layout.stx @@ -45,6 +45,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' /> @@ -712,8 +716,11 @@ <layout type = 'vertical' padding = '8, 8, 32, 8' center = 'true'> <widget name = 'Popup' type = 'PopUp' + width = '600' /> - <widget name = 'KeymapArea' + <widget name = 'KeymapArea' + width = '600' + height = '378' /> <widget name = 'Close' type = 'Button' |