summaryrefslogtreecommitdiff
path: root/core/pim/todo/todoentryimpl.cpp
authorzecke <zecke>2002-06-17 15:41:06 (UTC)
committer zecke <zecke>2002-06-17 15:41:06 (UTC)
commit02e724757f13f40d85136c3a14e0a3788d28236e (patch) (side-by-side diff)
treee927455a1b5f0b5e6739f180106dbc98b60628c0 /core/pim/todo/todoentryimpl.cpp
parentdcba3fed4f2abf001ced72b573f6e50f6b37e1e6 (diff)
downloadopie-02e724757f13f40d85136c3a14e0a3788d28236e.zip
opie-02e724757f13f40d85136c3a14e0a3788d28236e.tar.gz
opie-02e724757f13f40d85136c3a14e0a3788d28236e.tar.bz2
Fool Qt and fool QtDesigner to unfuck the designer .ui *evilgrin*
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
@@ -34,4 +34,5 @@
#include <qpe/palmtoprecord.h>
+#include <qlayout.h>
#include <qmessagebox.h>
#include <qpopupmenu.h>
@@ -91,4 +92,7 @@ NewTaskDialog::NewTaskDialog( int id, QWidget* parent, const char* name, bool m
void NewTaskDialog::init()
{
+ if( layout() != 0 ){
+ layout()->setMargin( 0 );
+ }
QPopupMenu *m1 = new QPopupMenu( this );
picker = new DateBookMonth( m1, 0, TRUE );