Update of /home/kde/kdegames/atlantik/client
In directory office:/tmp/cvs-serv17058/client
Modified Files:
Tag: KDE_3_1_BRANCH
atlantik.cpp
Log Message:
backport of small layout changes
Index: atlantik.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/atlantik.cpp,v
retrieving revision 1.121.6.4
retrieving revision 1.121.6.5
diff -u -d -r1.121.6.4 -r1.121.6.5
--- atlantik.cpp 20 Jan 2003 22:14:56 -0000 1.121.6.4
+++ atlantik.cpp 20 Jan 2003 22:28:06 -0000 1.121.6.5
@@ -114,7 +114,7 @@
m_serverMsgs->setTextFormat(QTextEdit::PlainText);
m_serverMsgs->setReadOnly(true);
m_serverMsgs->setHScrollBarMode(QScrollView::AlwaysOff);
- m_serverMsgs->setFixedWidth(225);
+ m_serverMsgs->setMinimumWidth(200);
m_mainLayout->addWidget(m_serverMsgs, 1, 0);
// LineEdit to enter commands and chat messages.
@@ -167,7 +167,6 @@
void Atlantik::newPlayer(Player *player)
{
initBoard();
-
m_board->addToken(player);
if (m_selectConfiguration)
@@ -513,7 +512,7 @@
return;
}
- m_atlantikNetwork = new AtlantikNetwork(m_atlanticCore, this, "atlantikNetwork");
+ m_atlantikNetwork = new AtlantikNetwork(m_atlanticCore);
connect(m_atlantikNetwork, SIGNAL(msgInfo(QString)), this, SLOT(slotMsgInfo(QString)));
connect(m_atlantikNetwork, SIGNAL(msgError(QString)), this, SLOT(slotMsgError(QString)));
connect(m_atlantikNetwork, SIGNAL(msgChat(QString, QString)), this, SLOT(slotMsgChat(QString, QString)));
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.