QTfrontend/ui/page/pagenetgame.cpp
changeset 6929 c305d31642ac
parent 6700 e04da46ee43c
child 6952 7f70f37bbf08
equal deleted inserted replaced
6928:9562ace15141 6929:c305d31642ac
    38 
    38 
    39     // chatwidget
    39     // chatwidget
    40     pChatWidget = new HWChatWidget(this, m_gameSettings, true);
    40     pChatWidget = new HWChatWidget(this, m_gameSettings, true);
    41     pChatWidget->setShowReady(true); // show status bulbs by default
    41     pChatWidget->setShowReady(true); // show status bulbs by default
    42     pChatWidget->setShowFollow(false); // don't show follow in nicks' context menus
    42     pChatWidget->setShowFollow(false); // don't show follow in nicks' context menus
       
    43     pChatWidget->setIgnoreListKick(true); // kick ignored players automatically
    43     pageLayout->addWidget(pChatWidget, 2, 0, 1, 2);
    44     pageLayout->addWidget(pChatWidget, 2, 0, 1, 2);
    44     pageLayout->setRowStretch(1, 100);
    45     pageLayout->setRowStretch(1, 100);
    45     pageLayout->setRowStretch(2, 100);
    46     pageLayout->setRowStretch(2, 100);
    46 
    47 
    47     pGameCFG = new GameCFGWidget(this);
    48     pGameCFG = new GameCFGWidget(this);