diff options
Diffstat (limited to 'gui')
-rw-r--r-- | gui/theme-config.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gui/theme-config.cpp b/gui/theme-config.cpp index 9d417c9c2e..acb5660db8 100644 --- a/gui/theme-config.cpp +++ b/gui/theme-config.cpp @@ -374,13 +374,13 @@ const char *Theme::_defaultConfigINI = "scummsaveload_extinfo.visible=true\n" "\n" "# Keymapper remap dialog\n" -"remap=(w / 4) (h / 4) (w / 2) (h / 2)\n" +"remap=(10) (10) (w - 20) (h - 20)\n" "remap_spacing=10\n" -"remap_popup=remap_spacing remap_spacing (prev.w - remap_spacing * 2) (kLineHeight + 2)\n" -"remap_popup_labelW=kButtonWidth\n" -"remap_col_count=2\n" +"remap_popup=remap_spacing remap_spacing (remap.w - remap_spacing * 2) (kLineHeight + 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 * 2 - kBigButtonHeight)\n" -"remap_close_button=((remap.w - kButtonWidth) / 2) (prev.y + prev.h + remap_spacing) kButtonWidth kBigButtonHeight\n" +"remap_label_width=100\n" +"remap_button_width=80\n" +"remap_close_button=((remap.w - kButtonWidth) / 2) (remap_keymap_area.y + remap_keymap_area.h + remap_spacing) kButtonWidth kBigButtonHeight\n" "############################################\n" "[chooser]\n" "chooserW=(w - 2 * 8)\n" |