[prev in list] [next in list] [prev in thread] [next in thread] 

List:       atlantik-devel
Subject:    [atlantik-cvs] CVS: kdegames/atlantik/client atlantik.cpp,1.121.6.4,1.121.6.5
From:       kde () office ! kde ! org
Date:       2003-01-20 22:28:09
[Download RAW message or body]

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)));

_______________________________________________
atlantik-cvs mailing list
atlantik-cvs@mail.kde.org
http://mail.kde.org/mailman/listinfo/atlantik-cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic