summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/kofilterview.cpp16
1 files changed, 9 insertions, 7 deletions
diff --git a/korganizer/kofilterview.cpp b/korganizer/kofilterview.cpp
index ea53043..ce2880a 100644
--- a/korganizer/kofilterview.cpp
+++ b/korganizer/kofilterview.cpp
@@ -238,4 +238,3 @@ void KOCalEditView::readConfig()
238 mainLayout->addWidget( addBut,0,0 ); 238 mainLayout->addWidget( addBut,0,0 );
239 addBut->setPixmap ( SmallIcon("plus")); 239 addBut->setPixmap ( SmallIcon("greenhook16"));
240 connect(addBut,SIGNAL(clicked()),SLOT(addCal()));
241 addBut->setMaximumWidth( addBut->sizeHint().height() ); 240 addBut->setMaximumWidth( addBut->sizeHint().height() );
@@ -267,9 +266,12 @@ void KOCalEditView::readConfig()
267 addBut->setMaximumWidth( addBut->sizeHint().height() ); 266 addBut->setMaximumWidth( addBut->sizeHint().height() );
268
269 lab = new QLabel ( i18n(" Color "), mw );
270 mainLayout->addWidget( lab,0,++ii );
271 lab = new QLabel ( "", mw ); 267 lab = new QLabel ( "", mw );
272 mainLayout->addWidget( lab,0,++ii ); 268 mainLayout->addWidget( lab,0,++ii );
273 lab->setMaximumWidth( max+4 ); 269
274 lab = new QLabel ( "", mw ); 270 addBut = new QPushButton ( mw );
271 addBut->setFocusPolicy(NoFocus);
272 mainLayout->addWidget( addBut,0,++ii );
273 addBut->setPixmap ( SmallIcon("plus"));
274 connect(addBut,SIGNAL(clicked()),SLOT(addCal()));
275
276 lab = new QLabel ( " ", mw );
275 mainLayout->addWidget( lab,0,++ii ); 277 mainLayout->addWidget( lab,0,++ii );