Finish reorganizing local game page
authorunc0rr
Fri, 31 Oct 2008 14:49:16 +0000
changeset 1444 06f6ae457a2f
parent 1443 e79e4b48c771
child 1445 3dcff3e1a4c9
Finish reorganizing local game page
QTfrontend/pages.cpp
QTfrontend/res/Multiplayer.png
QTfrontend/res/Record.png
QTfrontend/res/SimpleGame.png
QTfrontend/res/Trainings.png
--- a/QTfrontend/pages.cpp	Fri Oct 31 14:40:00 2008 +0000
+++ b/QTfrontend/pages.cpp	Fri Oct 31 14:49:16 2008 +0000
@@ -595,8 +595,10 @@
 	QHBoxLayout * topLine = new QHBoxLayout();
 	QHBoxLayout * middleLine = new QHBoxLayout();
 	QHBoxLayout * bottomLine = new QHBoxLayout();
+	vLayout->addStretch();
 	vLayout->addLayout(topLine);
 	vLayout->addLayout(middleLine);
+	vLayout->addStretch();
 	vLayout->addLayout(bottomLine);
 
 	BtnSimpleGamePage = addButton(":/res/SimpleGame.png", topLine, 0, true);
@@ -605,8 +607,9 @@
 	BtnTrainPage = addButton(":/res/Trainings.png", middleLine, 0, true);
 	
 	BtnBack = addButton(":/res/Exit.png", bottomLine, 0, true);
+	bottomLine->addStretch();
+
 	BtnDemos = addButton(tr(":/res/Record.png"), bottomLine, 1, true);
-	
 	BtnLoad = addButton(":/res/Save.png", bottomLine, 2, true);
 	BtnLoad->setStyleSheet("QPushButton{margin: 12px 0px 12px 0px;}");
 }
Binary file QTfrontend/res/Multiplayer.png has changed
Binary file QTfrontend/res/Record.png has changed
Binary file QTfrontend/res/SimpleGame.png has changed
Binary file QTfrontend/res/Trainings.png has changed