Replace grey hedgehogs
authorunc0rr
Fri, 31 Oct 2008 14:27:44 +0000
changeset 1440 6439fa9af904
parent 1439 340c47ad5600
child 1441 d2a6b02b697b
Replace grey hedgehogs
QTfrontend/pages.cpp
QTfrontend/res/botlevels/0.png
QTfrontend/res/botlevels/1.png
QTfrontend/res/botlevels/2.png
QTfrontend/res/botlevels/3.png
QTfrontend/res/botlevels/4.png
QTfrontend/res/botlevels/5.png
QTfrontend/teamselhelper.cpp
--- 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