From kde-commits Wed Dec 21 19:02:56 2005 From: Thomas Zander Date: Wed, 21 Dec 2005 19:02:56 +0000 To: kde-commits Subject: koffice/lib/kofficeui Message-Id: <1135191776.878315.7170.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=113519178821318 SVN commit 490403 by zander: fix double margin M +1 -2 koTemplateCreateDia.cc --- trunk/koffice/lib/kofficeui/koTemplateCreateDia.cc #490402:490403 @@ -105,8 +105,7 @@ d=new KoTemplateCreateDiaPrivate( parent, instance ); QFrame *mainwidget=makeMainWidget(); - QHBoxLayout *mbox=new QHBoxLayout(mainwidget, KDialogBase::marginHint(), - KDialogBase::spacingHint()); + QHBoxLayout *mbox=new QHBoxLayout(mainwidget, 0, KDialogBase::spacingHint()); QVBoxLayout *leftbox=new QVBoxLayout(mbox); QLabel *label=new QLabel(i18n("Name:"), mainwidget);