QTfrontend/ui/page/pagenetgame.cpp
changeset 6200 6a4ace88d85a
parent 6180 0992fc5a4ad9
child 6227 ce60b734fff1
equal deleted inserted replaced
6199:582e85254110 6200:6a4ace88d85a
    74     BtnGo->setMinimumWidth(50);
    74     BtnGo->setMinimumWidth(50);
    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);
    80 
    80 
    81     bottomLayout->addStretch();
    81     bottomLayout->addStretch();
    82     bottomLayout->addWidget(BtnGo);
    82     bottomLayout->addWidget(BtnGo);
    83 
    83 
    84     BtnMaster = addButton(tr("Control"), bottomLayout, 3);
    84     BtnMaster = addButton(tr("Control"), bottomLayout, 3);