diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-05-14 00:44:16 +0200 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-05-14 00:44:16 +0200 |
commit | b17d406451228fa83f34a858e1d849c09f1a94e5 (patch) | |
tree | 9a10f9195fe36f828b7e591ce6ab898b95218159 /src/gui/setup_joystick.cpp | |
parent | ec8f340ce6b16b92a450bb6fcdb4ebd40b54f669 (diff) | |
download | mana-b17d406451228fa83f34a858e1d849c09f1a94e5.tar.gz mana-b17d406451228fa83f34a858e1d849c09f1a94e5.tar.bz2 mana-b17d406451228fa83f34a858e1d849c09f1a94e5.tar.xz mana-b17d406451228fa83f34a858e1d849c09f1a94e5.zip |
Fixed the worst layout issues that came up with translations
Video and player setup pages now look a bit better when translated or
when the font size is increased.
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) |