-rw-r--r-- | core/pim/todo/todoentryimpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pim/todo/todoentryimpl.cpp b/core/pim/todo/todoentryimpl.cpp index 89f08e0..af47665 100644 --- a/core/pim/todo/todoentryimpl.cpp +++ b/core/pim/todo/todoentryimpl.cpp @@ -93,5 +93,5 @@ void NewTaskDialog::init() { if( layout() != 0 ){ - layout()->setMargin( 0 ); + layout()->setMargin( 2 ); } QPopupMenu *m1 = new QPopupMenu( this ); |