diff options
author | David Athay <ko2fan@gmail.com> | 2009-05-14 12:16:34 +0100 |
---|---|---|
committer | David Athay <ko2fan@gmail.com> | 2009-05-14 12:16:34 +0100 |
commit | dc1eb0895382451b1c79c60ecb7ca7dbbec89681 (patch) | |
tree | 56742cbe8674d68e152f23885a7e062becf9b5ce /src/gui/setup_joystick.cpp | |
parent | c96fbe557a3274325399411456e98a5a63b1bc54 (diff) | |
parent | 39e06227df101a73aa5b9078a3afb6a7a71b89ba (diff) | |
download | mana-client-dc1eb0895382451b1c79c60ecb7ca7dbbec89681.tar.gz mana-client-dc1eb0895382451b1c79c60ecb7ca7dbbec89681.tar.bz2 mana-client-dc1eb0895382451b1c79c60ecb7ca7dbbec89681.tar.xz mana-client-dc1eb0895382451b1c79c60ecb7ca7dbbec89681.zip |
Merge branch 'master' of git@gitorious.org:tmw/mainline
Diffstat (limited to 'src/gui/setup_joystick.cpp')
-rw-r--r-- | src/gui/setup_joystick.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup_joystick.cpp b/src/gui/setup_joystick.cpp index 08a80bf7..f050e334 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, 325, 75)); + setDimension(gcn::Rectangle(0, 0, 365, 75)); } void Setup_Joystick::action(const gcn::ActionEvent &event) |