QTfrontend/ui/page/pagemultiplayer.cpp
changeset 11818 b421923c2577
parent 11812 92b3b0fcb41f
child 11819 7642955690bc
equal deleted inserted replaced
11817:5f21387edff1 11818:b421923c2577
    44 
    44 
    45 QLayout * PageMultiplayer::footerLayoutLeftDefinition()
    45 QLayout * PageMultiplayer::footerLayoutLeftDefinition()
    46 {
    46 {
    47     QHBoxLayout * bottomLeftLayout = new QHBoxLayout();
    47     QHBoxLayout * bottomLeftLayout = new QHBoxLayout();
    48 
    48 
    49     btnSetup = addButton(":/res/Settings.png", bottomLeftLayout, 0, true);
    49     btnSetup = addButton(":/res/Settings.png", bottomLeftLayout, 0, true, Qt::AlignBottom);
    50     btnSetup->setWhatsThis(tr("Edit game preferences"));
    50     btnSetup->setWhatsThis(tr("Edit game preferences"));
    51 
    51 
    52     return bottomLeftLayout;
    52     return bottomLeftLayout;
    53 }
    53 }
    54 
    54