QTfrontend/ui/page/pagemain.cpp
changeset 11818 b421923c2577
parent 11046 47a8c19ecb60
child 13274 e381f5260b45
--- a/QTfrontend/ui/page/pagemain.cpp	Fri May 06 18:49:41 2016 +0200
+++ b/QTfrontend/ui/page/pagemain.cpp	Fri May 06 19:23:26 2016 +0200
@@ -109,11 +109,11 @@
     btnBack->setWhatsThis(tr("Exit game"));
 
 #ifdef VIDEOREC
-    BtnVideos = addButton(":/res/Videos.png", bottomLayout, 1, true);
+    BtnVideos = addButton(":/res/Videos.png", bottomLayout, 1, true, Qt::AlignBottom);
     BtnVideos->setWhatsThis(tr("Manage videos recorded from game"));
 #endif
 
-    BtnSetup = addButton(":/res/Settings.png", bottomLayout, 2, true);
+    BtnSetup = addButton(":/res/Settings.png", bottomLayout, 2, true, Qt::AlignBottom);
     BtnSetup->setWhatsThis(tr("Edit game preferences"));
 
     return bottomLayout;