QTfrontend/ui/page/pagenetgame.cpp
changeset 11818 b421923c2577
parent 11812 92b3b0fcb41f
child 11819 7642955690bc
equal deleted inserted replaced
11817:5f21387edff1 11818:b421923c2577
   112 
   112 
   113 QLayout * PageNetGame::footerLayoutLeftDefinition()
   113 QLayout * PageNetGame::footerLayoutLeftDefinition()
   114 {
   114 {
   115     QHBoxLayout * bottomLeftLayout = new QHBoxLayout();
   115     QHBoxLayout * bottomLeftLayout = new QHBoxLayout();
   116 
   116 
   117     btnSetup = addButton(":/res/Settings.png", bottomLeftLayout, 0, true);
   117     btnSetup = addButton(":/res/Settings.png", bottomLeftLayout, 0, true, Qt::AlignBottom);
   118     btnSetup->setWhatsThis(tr("Edit game preferences"));
   118     btnSetup->setWhatsThis(tr("Edit game preferences"));
   119 
   119 
   120     return bottomLeftLayout;
   120     return bottomLeftLayout;
   121 }
   121 }
   122 
   122