From b57ab24cdaa596bf91604279c97fbfdeff1dc93b Mon Sep 17 00:00:00 2001 From: David Athay Date: Fri, 9 May 2008 15:23:32 +0000 Subject: 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. --- src/gui/setup_joystick.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui/setup_joystick.cpp') 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()); -- cgit v1.2.3-70-g09d2