[atlantik-cvs] CVS: kdegames/atlantik/client selectconfiguration_widget.cpp, 1.38, 1.39
[email protected] Tue, 11 Nov 2003 18:48:46 +0100 (CET)
| Newsgroups | gmane.comp.kde.devel.atlantik |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/kde/kdegames/atlantik/client
In directory office:/tmp/cvs-serv419/client
Modified Files:
selectconfiguration_widget.cpp
Log Message:
fix bug #66498
Index: selectconfiguration_widget.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/selectconfiguration_widget.cpp,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- selectconfiguration_widget.cpp 26 Oct 2003 09:57:00 -0000 1.38
+++ selectconfiguration_widget.cpp 11 Nov 2003 17:48:43 -0000 1.39
@@ -45,7 +45,6 @@
// Player buttons.
QHBoxLayout *playerButtons = new QHBoxLayout(m_mainLayout, KDialog::spacingHint());
playerButtons->setMargin(0);
- m_mainLayout->addItem(playerButtons);
playerButtons->addItem(new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum));
@@ -60,7 +59,6 @@
// Server buttons.
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);
serverButtons->addWidget(m_backButton);