equal
deleted
inserted
replaced
36 pageLayout->setColumnStretch(0, 50); |
36 pageLayout->setColumnStretch(0, 50); |
37 pageLayout->setColumnStretch(1, 50); |
37 pageLayout->setColumnStretch(1, 50); |
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 |
|
42 pChatWidget->setShowFollow(false); // don't show follow in nicks' context menus |
41 pChatWidget->setShowFollow(false); // don't show follow in nicks' context menus |
43 pChatWidget->setIgnoreListKick(true); // kick ignored players automatically |
42 pChatWidget->setIgnoreListKick(true); // kick ignored players automatically |
44 pageLayout->addWidget(pChatWidget, 2, 0, 1, 2); |
43 pageLayout->addWidget(pChatWidget, 2, 0, 1, 2); |
45 pageLayout->setRowStretch(1, 100); |
44 pageLayout->setRowStretch(1, 100); |
46 pageLayout->setRowStretch(2, 100); |
45 pageLayout->setRowStretch(2, 100); |