diff -r 2d0f404cdf05 -r c79cb5e5b24a QTfrontend/teamselhelper.cpp --- a/QTfrontend/teamselhelper.cpp Sun Sep 03 12:56:13 2006 +0000 +++ b/QTfrontend/teamselhelper.cpp Sun Sep 03 13:54:45 2006 +0000 @@ -15,7 +15,7 @@ TeamShowWidget::TeamShowWidget(HWTeam team, bool isPlaying, QWidget * parent) : QWidget(parent), mainLayout(this), m_team(team), m_isPlaying(isPlaying) { - this->setMaximumHeight(40); + this->setMaximumHeight(45); QPixmap* px=new QPixmap(QPixmap(datadir->absolutePath() + "/Forts/" + m_team.Fort + "L.png").scaled(40, 40)); QPushButton* butt=new QPushButton(*px, "", this);