-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 | |||
@@ -89,13 +89,13 @@ NewTaskDialog::NewTaskDialog( int id, QWidget* parent, const char* name, bool m | |||
89 | init(); | 89 | init(); |
90 | } | 90 | } |
91 | 91 | ||
92 | void NewTaskDialog::init() | 92 | void NewTaskDialog::init() |
93 | { | 93 | { |
94 | if( layout() != 0 ){ | 94 | if( layout() != 0 ){ |
95 | layout()->setMargin( 0 ); | 95 | layout()->setMargin( 2 ); |
96 | } | 96 | } |
97 | QPopupMenu *m1 = new QPopupMenu( this ); | 97 | QPopupMenu *m1 = new QPopupMenu( this ); |
98 | picker = new DateBookMonth( m1, 0, TRUE ); | 98 | picker = new DateBookMonth( m1, 0, TRUE ); |
99 | m1->insertItem( picker ); | 99 | m1->insertItem( picker ); |
100 | buttonDate->setPopup( m1 ); | 100 | buttonDate->setPopup( m1 ); |
101 | comboCategory->setCategories( todo.categories(), "Todo List", tr("Todo List") ); | 101 | comboCategory->setCategories( todo.categories(), "Todo List", tr("Todo List") ); |