Update of /home/kde/kdegames/atlantik/client
In directory office:/tmp/cvs-serv8468
Modified Files:
Tag: KDE_3_1_BRANCH
selectconfiguration_widget.cpp
Log Message:
backport of qlayout warning fix
Index: selectconfiguration_widget.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/selectconfiguration_widget.cpp,v
retrieving revision 1.26.6.3
retrieving revision 1.26.6.4
diff -u -d -r1.26.6.3 -r1.26.6.4
--- selectconfiguration_widget.cpp 21 Jan 2003 01:24:51 -0000 1.26.6.3
+++ selectconfiguration_widget.cpp 3 Jun 2003 21:11:31 -0000 1.26.6.4
@@ -43,7 +43,8 @@
m_mainLayout->addItem(new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding));
// Server buttons.
- QHBoxLayout *serverButtons = new QHBoxLayout(this, 0, KDialog::spacingHint());
+ QHBoxLayout *serverButtons = new QHBoxLayout(m_mainLayout, KDialog::spacingHint());
+ serverButtons->setMargin(0);
m_mainLayout->addItem(serverButtons);
m_backButton = new KPushButton(SmallIcon("back"), i18n("Leave Game"), this);
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.