author | zecke <zecke> | 2002-06-17 13:47:54 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-06-17 13:47:54 (UTC) |
commit | 77ec78630c69c80a3d8bad7f7feb9cc9f18ab346 (patch) (side-by-side diff) | |
tree | e8dca2e2fe6bae5fc814758f5edc8c0f66528a79 | |
parent | 282007e58a8a038a0db042341528510e73ac80fc (diff) | |
download | opie-77ec78630c69c80a3d8bad7f7feb9cc9f18ab346.zip opie-77ec78630c69c80a3d8bad7f7feb9cc9f18ab346.tar.gz opie-77ec78630c69c80a3d8bad7f7feb9cc9f18ab346.tar.bz2 |
fix overlapping
-rw-r--r-- | core/pim/todo/mainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/pim/todo/mainwindow.cpp b/core/pim/todo/mainwindow.cpp index 1358f1c..fa9c221 100644 --- a/core/pim/todo/mainwindow.cpp +++ b/core/pim/todo/mainwindow.cpp @@ -76,4 +76,5 @@ TodoWindow::TodoWindow( QWidget *parent, const char *name, WFlags f ) : mView = 0l; mStack = new QWidgetStack(this, "main stack"); + setCentralWidget( mStack ); setCaption( tr("Todo") ); QString str; |