summaryrefslogtreecommitdiff
path: root/core/pim/todo/todoentryimpl.cpp
Side-by-side diff
Diffstat (limited to 'core/pim/todo/todoentryimpl.cpp') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/todo/todoentryimpl.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/pim/todo/todoentryimpl.cpp b/core/pim/todo/todoentryimpl.cpp
index dd01130..6af229c 100644
--- a/core/pim/todo/todoentryimpl.cpp
+++ b/core/pim/todo/todoentryimpl.cpp
@@ -35,2 +35,3 @@
+#include <qlayout.h>
#include <qmessagebox.h>
@@ -92,2 +93,5 @@ void NewTaskDialog::init()
{
+ if( layout() != 0 ){
+ layout()->setMargin( 0 );
+ }
QPopupMenu *m1 = new QPopupMenu( this );