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

List:       atlantik-devel
Subject:    [atlantik-cvs] CVS: kdegames/atlantik/client
From:       kde () office ! kde ! org
Date:       2003-06-03 21:11:34
[Download RAW message or body]

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

_______________________________________________
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