diff options
author | David Athay <ko2fan@gmail.com> | 2008-05-09 15:23:32 +0000 |
---|---|---|
committer | David Athay <ko2fan@gmail.com> | 2008-05-09 15:23:32 +0000 |
commit | b57ab24cdaa596bf91604279c97fbfdeff1dc93b (patch) | |
tree | af0c7bb16c60cc9055b45b6929483c05de8facac /src/gui/setup_joystick.cpp | |
parent | 96c635e12b1834493abfbe4685cfc1d6a3eaddc4 (diff) | |
download | mana-client-b57ab24cdaa596bf91604279c97fbfdeff1dc93b.tar.gz mana-client-b57ab24cdaa596bf91604279c97fbfdeff1dc93b.tar.bz2 mana-client-b57ab24cdaa596bf91604279c97fbfdeff1dc93b.tar.xz mana-client-b57ab24cdaa596bf91604279c97fbfdeff1dc93b.zip |
Changed the tabbedarea to be transparant as before. Changed setup
window and skills dialog to use the new tabbed area. Removed tabbed
container as it is no longer used. Fixed a crash with the chat window.
Diffstat (limited to 'src/gui/setup_joystick.cpp')
-rw-r--r-- | src/gui/setup_joystick.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/setup_joystick.cpp b/src/gui/setup_joystick.cpp index dfa446ab..57adef28 100644 --- a/src/gui/setup_joystick.cpp +++ b/src/gui/setup_joystick.cpp @@ -40,6 +40,8 @@ Setup_Joystick::Setup_Joystick(): mJoystickEnabled(new CheckBox(_("Enable joystick"))) { setOpaque(false); + setDimension(gcn::Rectangle(0, 0, 250, 200)); + mJoystickEnabled->setPosition(10, 10); mCalibrateLabel->setPosition(10, 25); mCalibrateButton->setPosition(10, 30 + mCalibrateLabel->getHeight()); |