QTfrontend/ui/page/pagemain.cpp
changeset 11818 b421923c2577
parent 11046 47a8c19ecb60
child 13274 e381f5260b45
equal deleted inserted replaced
11817:5f21387edff1 11818:b421923c2577
   107     bottomLayout->setStretch(0,1);
   107     bottomLayout->setStretch(0,1);
   108 
   108 
   109     btnBack->setWhatsThis(tr("Exit game"));
   109     btnBack->setWhatsThis(tr("Exit game"));
   110 
   110 
   111 #ifdef VIDEOREC
   111 #ifdef VIDEOREC
   112     BtnVideos = addButton(":/res/Videos.png", bottomLayout, 1, true);
   112     BtnVideos = addButton(":/res/Videos.png", bottomLayout, 1, true, Qt::AlignBottom);
   113     BtnVideos->setWhatsThis(tr("Manage videos recorded from game"));
   113     BtnVideos->setWhatsThis(tr("Manage videos recorded from game"));
   114 #endif
   114 #endif
   115 
   115 
   116     BtnSetup = addButton(":/res/Settings.png", bottomLayout, 2, true);
   116     BtnSetup = addButton(":/res/Settings.png", bottomLayout, 2, true, Qt::AlignBottom);
   117     BtnSetup->setWhatsThis(tr("Edit game preferences"));
   117     BtnSetup->setWhatsThis(tr("Edit game preferences"));
   118 
   118 
   119     return bottomLayout;
   119     return bottomLayout;
   120 }
   120 }
   121 
   121