--- a/QTfrontend/pages.cpp Fri Oct 31 14:01:26 2008 +0000
+++ b/QTfrontend/pages.cpp Fri Oct 31 14:27:44 2008 +0000
@@ -148,7 +148,7 @@
vbox2->addWidget(GBoxTeam);
CBTeamLvl = new QComboBox(GBoxTeam);
- CBTeamLvl->setIconSize(QSize(32, 32));
+ CBTeamLvl->setIconSize(QSize(48, 48));
CBTeamLvl->addItem(QIcon(":/res/botlevels/0.png"), QComboBox::tr("Human"));
for(int i = 5; i > 0; i--)
CBTeamLvl->addItem(
Binary file QTfrontend/res/botlevels/0.png has changed
Binary file QTfrontend/res/botlevels/1.png has changed
Binary file QTfrontend/res/botlevels/2.png has changed
Binary file QTfrontend/res/botlevels/3.png has changed
Binary file QTfrontend/res/botlevels/4.png has changed
Binary file QTfrontend/res/botlevels/5.png has changed
--- a/QTfrontend/teamselhelper.cpp Fri Oct 31 14:01:26 2008 +0000
+++ b/QTfrontend/teamselhelper.cpp Fri Oct 31 14:27:44 2008 +0000
@@ -42,8 +42,8 @@
mainLayout.setSpacing(3);
mainLayout.setMargin(0);
- this->setMaximumHeight(30);
- this->setMinimumHeight(30);
+ this->setMaximumHeight(38);
+ this->setMinimumHeight(38);
QIcon difficultyIcon=team.isNetTeam() ?
QIcon(QString(":/res/botlevels/net%1.png").arg(m_team.difficulty))
: QIcon(QString(":/res/botlevels/%1.png").arg(m_team.difficulty));
@@ -52,13 +52,14 @@
butt->setFlat(true);
mainLayout.addWidget(butt);
butt->setStyleSheet("QPushButton{"
- "icon-size: 36px;"
+ "icon-size: 48px;"
"text-align: left;"
"background-color: #0d0544;"
"color: orange;"
"font: bold;"
"border-width: 2px;"
- "}");
+ "margin: 6px 0px 6px 0px;"
+ "}");
if(m_isPlaying) {
// team color