From 77ec78630c69c80a3d8bad7f7feb9cc9f18ab346 Mon Sep 17 00:00:00 2001 From: zecke Date: Mon, 17 Jun 2002 13:47:54 +0000 Subject: fix overlapping --- (limited to 'core/pim/todo') 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 @@ -75,6 +75,7 @@ TodoWindow::TodoWindow( QWidget *parent, const char *name, WFlags f ) : // t.start(); mView = 0l; mStack = new QWidgetStack(this, "main stack"); + setCentralWidget( mStack ); setCaption( tr("Todo") ); QString str; table = new TodoTable( this ); -- cgit v0.9.0.2