SVN commit 868033 by danimo: remove ugly and space-wasting margin around mainwindow M +2 -0 mainwindow.cpp --- trunk/KDE/kdepim/kontact/src/mainwindow.cpp #868032:868033 @@ -308,6 +308,8 @@ { QWidget *mTopWidget = new QWidget( this ); QVBoxLayout *layout = new QVBoxLayout; + layout->setMargin(0); + layout->setSpacing(0); mTopWidget->setLayout( layout ); setCentralWidget( mTopWidget );