QTfrontend/teamselhelper.cpp
changeset 133 c79cb5e5b24a
parent 132 2d0f404cdf05
child 134 3d87d8e58020
--- 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);