QTfrontend/pagenetgame.cpp
branch0.9.16
changeset 5960 74bc72746bec
parent 5204 e1a5f4d5d86a
child 6009 14f6fc9869f2
equal deleted inserted replaced
5959:2e5182c5617a 5960:74bc72746bec
    39     pChatWidget = new HWChatWidget(this, gameSettings, sdli, true);
    39     pChatWidget = new HWChatWidget(this, gameSettings, sdli, true);
    40     pChatWidget->setShowReady(true); // show status bulbs by default
    40     pChatWidget->setShowReady(true); // show status bulbs by default
    41     pChatWidget->setShowFollow(false); // don't show follow in nicks' context menus
    41     pChatWidget->setShowFollow(false); // don't show follow in nicks' context menus
    42     pageLayout->addWidget(pChatWidget, 2, 0, 1, 2);
    42     pageLayout->addWidget(pChatWidget, 2, 0, 1, 2);
    43     pageLayout->setRowStretch(1, 100);
    43     pageLayout->setRowStretch(1, 100);
       
    44     pageLayout->setRowStretch(2, 100);
    44 
    45 
    45     pGameCFG = new GameCFGWidget(this);
    46     pGameCFG = new GameCFGWidget(this);
    46     pageLayout->addWidget(pGameCFG, 0, 0);
    47     pageLayout->addWidget(pGameCFG, 0, 0);
    47 
    48 
    48     QPushButton * btnSetup = new QPushButton(this);
    49     QPushButton * btnSetup = new QPushButton(this);