summaryrefslogtreecommitdiff
path: root/core/pim
Unidiff
Diffstat (limited to 'core/pim') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/todaybase.cpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/core/pim/today/todaybase.cpp b/core/pim/today/todaybase.cpp
index 41daa7d..feb9a84 100644
--- a/core/pim/today/todaybase.cpp
+++ b/core/pim/today/todaybase.cpp
@@ -58,3 +58,3 @@ TodayBase::TodayBase( QWidget* parent, const char* name, WFlags )
58 QVBox *box1 = new QVBox( Frame ); 58 QVBox *box1 = new QVBox( Frame );
59 box1->setMinimumWidth( 100 ); 59
60 // Today text 60 // Today text
@@ -85,5 +85,3 @@ TodayBase::TodayBase( QWidget* parent, const char* name, WFlags )
85 OwnerField = new OClickableLabel( this , "Owner" ); 85 OwnerField = new OClickableLabel( this , "Owner" );
86 OwnerField->setGeometry( QRect( 0, 0, this->width(), 12 ) );
87 OwnerField->setAlignment( int (QLabel::AlignTop | QLabel::AlignLeft ) ); 86 OwnerField->setAlignment( int (QLabel::AlignTop | QLabel::AlignLeft ) );
88 OwnerField->setMaximumHeight(12);
89 87
@@ -95,4 +93,4 @@ TodayBase::TodayBase( QWidget* parent, const char* name, WFlags )
95 93
96 frameLayout->addWidget( box1 ); 94 frameLayout->addWidget( box1, 1 );
97 frameLayout->addStretch( 2 ); 95 frameLayout->addStretch( 1 );
98 frameLayout->addWidget( ConfigButton, 0, AlignBottom ); 96 frameLayout->addWidget( ConfigButton, 0, AlignBottom );