From 17c1dba992b5c76787ed6b52e8f7753ce3bbaef7 Mon Sep 17 00:00:00 2001 From: Stephen Kennedy Date: Wed, 13 Aug 2008 14:33:17 +0000 Subject: Keymapper WIP: * Further improvement of automatic mapping * Remap dialog - added timeout feature svn-id: r33827 --- gui/theme-config.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gui') 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" -- cgit v1.2.3