equal
deleted
inserted
replaced
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); |