-rw-r--r-- | core/pim/today/today.cpp | 2 | ||||
-rw-r--r-- | core/pim/today/todaybase.cpp | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/core/pim/today/today.cpp b/core/pim/today/today.cpp index 4ec690c..83d8601 100644 --- a/core/pim/today/today.cpp +++ b/core/pim/today/today.cpp @@ -374,2 +374,3 @@ void Today::refresh() { (*it).guiPart->refresh(); + layout->addWidget( (*it).guiBox ); qDebug( "refresh" ); @@ -377,2 +378,3 @@ void Today::refresh() { } + layout->addStretch(0); } diff --git a/core/pim/today/todaybase.cpp b/core/pim/today/todaybase.cpp index 7beed34..41daa7d 100644 --- a/core/pim/today/todaybase.cpp +++ b/core/pim/today/todaybase.cpp @@ -55,3 +55,2 @@ TodayBase::TodayBase( QWidget* parent, const char* name, WFlags ) Frame->setLineWidth( 0 ); - Frame->setMaximumHeight( 50 ); |