QTfrontend/ui/page/pagenetgame.cpp
changeset 6173 6cb88fec7a79
parent 6171 8627698134b6
child 6180 0992fc5a4ad9
equal deleted inserted replaced
6172:809e1076ffe2 6173:6cb88fec7a79
    75     BtnGo->setMinimumHeight(50);
    75     BtnGo->setMinimumHeight(50);
    76 
    76 
    77 
    77 
    78     bottomLayout->addWidget(leRoomName);
    78     bottomLayout->addWidget(leRoomName);
    79     BtnUpdate = addButton(QAction::tr("Update"), bottomLayout, 1, false);
    79     BtnUpdate = addButton(QAction::tr("Update"), bottomLayout, 1, false);
       
    80 
       
    81     bottomLayout->addStretch();
    80     bottomLayout->addWidget(BtnGo);
    82     bottomLayout->addWidget(BtnGo);
    81 
    83 
    82     BtnMaster = addButton(tr("Control"), bottomLayout, 3);
    84     BtnMaster = addButton(tr("Control"), bottomLayout, 3);
    83     bottomLayout->insertStretch(3, 100);
    85     bottomLayout->insertStretch(3, 100);
    84 
    86