author | zecke <zecke> | 2002-06-27 12:46:06 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-06-27 12:46:06 (UTC) |
commit | 88b644d1c106008fc15f6a3c496e40296e9029d4 (patch) (side-by-side diff) | |
tree | 73a1575085426283df714f374862a1d1a7ac42d1 | |
parent | 475c11d442a03d8e53b220923626c4bb7350831f (diff) | |
download | opie-88b644d1c106008fc15f6a3c496e40296e9029d4.zip opie-88b644d1c106008fc15f6a3c496e40296e9029d4.tar.gz opie-88b644d1c106008fc15f6a3c496e40296e9029d4.tar.bz2 |
Fix for #82
setMargin(2);
-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 @@ -92,7 +92,7 @@ NewTaskDialog::NewTaskDialog( int id, QWidget* parent, const char* name, bool m void NewTaskDialog::init() { if( layout() != 0 ){ - layout()->setMargin( 0 ); + layout()->setMargin( 2 ); } QPopupMenu *m1 = new QPopupMenu( this ); picker = new DateBookMonth( m1, 0, TRUE ); |