QTfrontend/teamselhelper.cpp
changeset 134 3d87d8e58020
parent 133 c79cb5e5b24a
child 135 53faa20669de
--- a/QTfrontend/teamselhelper.cpp	Sun Sep 03 13:54:45 2006 +0000
+++ b/QTfrontend/teamselhelper.cpp	Sun Sep 03 14:15:41 2006 +0000
@@ -15,6 +15,7 @@
 TeamShowWidget::TeamShowWidget(HWTeam team, bool isPlaying, QWidget * parent) :
   QWidget(parent), mainLayout(this), m_team(team), m_isPlaying(isPlaying)
 {
+  mainLayout.setSpacing(1);
   this->setMaximumHeight(45);
   QPixmap* px=new QPixmap(QPixmap(datadir->absolutePath() + "/Forts/" + m_team.Fort + "L.png").scaled(40, 40));