summaryrefslogtreecommitdiff
path: root/src/gui/setup_joystick.cpp
diff options
context:
space:
mode:
authorAngelo Castellani <udp.castellani@gmail.com>2011-05-23 12:09:00 -0400
committerJared Adams <jaxad0127@gmail.com>2011-05-24 20:13:15 -0600
commita63313bc227406f55fc0a7f805444508aa3a8f33 (patch)
treec7eb125c590e383be6387297f8c5e46f1ac95a97 /src/gui/setup_joystick.cpp
parent87c1e459cc0ace8a8bdd3911cfde8793b8aab5c8 (diff)
downloadmana-client-a63313bc227406f55fc0a7f805444508aa3a8f33.tar.gz
mana-client-a63313bc227406f55fc0a7f805444508aa3a8f33.tar.bz2
mana-client-a63313bc227406f55fc0a7f805444508aa3a8f33.tar.xz
mana-client-a63313bc227406f55fc0a7f805444508aa3a8f33.zip
Widened the setup window by 5px
To make room for the interface tab Signed-off-by: Jared Adams <jaxad0127@gmail.com>
Diffstat (limited to 'src/gui/setup_joystick.cpp')
-rw-r--r--src/gui/setup_joystick.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup_joystick.cpp b/src/gui/setup_joystick.cpp
index 7ac5b5ed..de5ddf3f 100644
--- a/src/gui/setup_joystick.cpp
+++ b/src/gui/setup_joystick.cpp
@@ -55,7 +55,7 @@ Setup_Joystick::Setup_Joystick():
place = h.getPlacer(0, 1);
place(0, 0, mCalibrateButton);
- setDimension(gcn::Rectangle(0, 0, 365, 75));
+ setDimension(gcn::Rectangle(0, 0, 370, 75));
}
void Setup_Joystick::action(const gcn::ActionEvent &event)