aboutsummaryrefslogtreecommitdiff
path: root/gui/theme-config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/theme-config.cpp')
-rw-r--r--gui/theme-config.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/gui/theme-config.cpp b/gui/theme-config.cpp
index 24e2124e4d..70be7ba9d0 100644
--- a/gui/theme-config.cpp
+++ b/gui/theme-config.cpp
@@ -374,10 +374,12 @@ const char *Theme::_defaultConfigINI =
"scummsaveload_extinfo.visible=true\n"
"\n"
"# Keymapper remap dialog\n"
-"remap=8 8 (w - 16) (h - 16)\n"
+"remap=8 8 (w - 16) (h / 5)\n"
+"remap_spacing=10\n"
+"remap_popup=remap_spacing remap_spacing (parent.w - remap_spacing * 2) (kLineHeight + 2)\n"
"remap_popup_labelW=buttonWidth\n"
-"remap_popup=0 0 parent.w (kLineHeight + 2)\n"
-"remap_widgetsY=(remap_popup.h + 10)\n"
+"remap_col_count=3\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"
"chooserW=(w - 2 * 8)\n"