File r883874.diff of Package kdepim4
Subject: kmail: configure dialog UI fixes
From: wstephenson@suse.de
Bug:
Patch-upstream: 883874
--- kmail/configuredialog.cpp (revision 883873)
+++ kmail/configuredialog.cpp (revision 883874)
@@ -663,6 +663,7 @@ AccountsPageSendingTab::AccountsPageSend
vlay->addWidget( new QLabel( i18n("Outgoing accounts (add at least one):"), this ) );
TransportManagementWidget *tmw = new TransportManagementWidget( this );
+ tmw->layout()->setContentsMargins( 0, 0, 0, 0 );
vlay->addWidget( tmw );
// "Common options" groupbox:
Index: kmail/configuredialog.cpp
===================================================================