aboutsummaryrefslogtreecommitdiff
path: root/gui/theme-config.cpp
diff options
context:
space:
mode:
authorStephen Kennedy2008-08-18 15:13:55 +0000
committerStephen Kennedy2008-08-18 15:13:55 +0000
commit12d649f0113befdb7098962eabb7dd70e194a88b (patch)
tree0b37b8ada9896a2abf08ad96673c99d85edb08cd /gui/theme-config.cpp
parent68e45aab3afbe9fa811529e5b79b83fc9079ecf6 (diff)
downloadscummvm-rg350-12d649f0113befdb7098962eabb7dd70e194a88b.tar.gz
scummvm-rg350-12d649f0113befdb7098962eabb7dd70e194a88b.tar.bz2
scummvm-rg350-12d649f0113befdb7098962eabb7dd70e194a88b.zip
remap dialog updates
svn-id: r33990
Diffstat (limited to 'gui/theme-config.cpp')
-rw-r--r--gui/theme-config.cpp10
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"