From 50b29549eb565976f24b8a5bcf47f63690e8700b Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sat, 13 Apr 2013 13:27:01 +0000
Subject: [PATCH]

---
 Fltk/optionWindow.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Fltk/optionWindow.cpp b/Fltk/optionWindow.cpp
index cca140443d..7d9dd53a01 100644
--- a/Fltk/optionWindow.cpp
+++ b/Fltk/optionWindow.cpp
@@ -1818,7 +1818,8 @@ optionWindow::optionWindow(int deltaFontSize)
       general.value[31]->callback(general_options_ok_cb);
 
       Fl_Button *gmpdcf = new Fl_Button
-        (L + 2 * WB, 2 * WB + 6 * BH, 1.5*IW, BH, "Configure Gamepad");
+        (L + 2 * WB, 2 * WB + 7 * BH, BW, BH, "Configure Gamepad");
+
       gmpdcf->callback(general_gmpdcf_cb);
       if(CTX::instance()->gamepad && CTX::instance()->gamepad->active)
         gmpdcf->activate();
-- 
GitLab