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