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.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"