QTfrontend/teamselhelper.cpp
changeset 86 664b536a1c27
parent 84 0f6669da2fcb
child 116 00d3d6d2e699
--- a/QTfrontend/teamselhelper.cpp	Tue Jul 25 13:32:11 2006 +0000
+++ b/QTfrontend/teamselhelper.cpp	Tue Jul 25 20:19:46 2006 +0000
@@ -11,7 +11,7 @@
 TeamShowWidget::TeamShowWidget(tmprop team, QWidget * parent) :
   QWidget(parent), mainLayout(this), m_team(team)
 {
-  this->setMaximumHeight(30);
+  this->setMaximumHeight(40);
   QLabel* pixlbl=new QLabel();
   pixlbl->setPixmap(QPixmap("./Data/Graphics/thinking.png"));
   mainLayout.addWidget(pixlbl);
@@ -21,7 +21,7 @@
 
   QPushButton* butt=new QPushButton("o");
   butt->setGeometry(0, 0, 25, 25);
-  butt->setMaximumWidth(25);
+  butt->setMaximumWidth(30);
   mainLayout.addWidget(butt);
 
   QObject::connect(butt, SIGNAL(clicked()), this, SLOT(activateTeam()));