changeset 121 | 6c7111eddea9 |
parent 117 | d21a48200772 |
child 122 | 4911cf9c1924 |
--- a/QTfrontend/teamselect.cpp Sun Aug 20 15:22:26 2006 +0000 +++ b/QTfrontend/teamselect.cpp Sun Aug 20 17:18:53 2006 +0000 @@ -51,6 +51,7 @@ pRemoveTeams->removeTeam(team); QObject::connect(pAddTeams->getTeamWidget(team), SIGNAL(teamStatusChanged(HWTeam)), this, SLOT(changeTeamStatus(HWTeam))); + resize(sizeHint()); } void TeamSelWidget::addScrArea(FrameTeams* pfteams, QColor color)