aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorStephen Kennedy2008-08-13 14:33:17 +0000
committerStephen Kennedy2008-08-13 14:33:17 +0000
commit17c1dba992b5c76787ed6b52e8f7753ce3bbaef7 (patch)
tree826707007aabba7ed59fce13a218ccf8757d5c3e /gui
parent532faef82b20802502d54fabb7364c25eb7ac875 (diff)
downloadscummvm-rg350-17c1dba992b5c76787ed6b52e8f7753ce3bbaef7.tar.gz
scummvm-rg350-17c1dba992b5c76787ed6b52e8f7753ce3bbaef7.tar.bz2
scummvm-rg350-17c1dba992b5c76787ed6b52e8f7753ce3bbaef7.zip
Keymapper WIP:
* Further improvement of automatic mapping * Remap dialog - added timeout feature svn-id: r33827
Diffstat (limited to 'gui')
-rw-r--r--gui/theme-config.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/theme-config.cpp b/gui/theme-config.cpp
index 70be7ba9d0..48a93ca285 100644
--- a/gui/theme-config.cpp
+++ b/gui/theme-config.cpp
@@ -374,11 +374,11 @@ const char *Theme::_defaultConfigINI =
"scummsaveload_extinfo.visible=true\n"
"\n"
"# Keymapper remap dialog\n"
-"remap=8 8 (w - 16) (h / 5)\n"
+"remap=(w / 4) (h / 4) (w / 2) (h / 2)\n"
"remap_spacing=10\n"
-"remap_popup=remap_spacing remap_spacing (parent.w - remap_spacing * 2) (kLineHeight + 2)\n"
+"remap_popup=remap_spacing remap_spacing (prev.w - remap_spacing * 2) (kLineHeight + 2)\n"
"remap_popup_labelW=buttonWidth\n"
-"remap_col_count=3\n"
+"remap_col_count=2\n"
"remap_keymap_area=remap_spacing (remap_popup.y + remap_popup.h + remap_spacing) (remap.w - remap_spacing * 2) (remap.h - self.y - remap_spacing)\n"
"############################################\n"
"[chooser]\n"