author | zautrix <zautrix> | 2005-06-12 23:03:17 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-06-12 23:03:17 (UTC) |
commit | c4ebf56feb36302b61b9c5ca6af97626812427b8 (patch) (unidiff) | |
tree | 356218d3d86d9f3653a7335087891d031e41fba2 | |
parent | 5e4f16e92a96bdf89f82be3b231d18ae9e257486 (diff) | |
download | kdepimpi-c4ebf56feb36302b61b9c5ca6af97626812427b8.zip kdepimpi-c4ebf56feb36302b61b9c5ca6af97626812427b8.tar.gz kdepimpi-c4ebf56feb36302b61b9c5ca6af97626812427b8.tar.bz2 |
fixx
-rw-r--r-- | korganizer/kofilterview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/kofilterview.cpp b/korganizer/kofilterview.cpp index d79b28e..2dd4567 100644 --- a/korganizer/kofilterview.cpp +++ b/korganizer/kofilterview.cpp | |||
@@ -240,5 +240,5 @@ void KOCalEditView::readConfig() | |||
240 | 240 | ||
241 | mainLayout = new QGridLayout ( mw , 2, 8 ); | 241 | mainLayout = new QGridLayout ( mw , 2, 8 ); |
242 | mainLayout->setSpacing( 3 ); | 242 | //mainLayout->setSpacing( 3 ); |
243 | QPushButton * addBut = new QPushButton ( mw ); | 243 | QPushButton * addBut = new QPushButton ( mw ); |
244 | mainLayout->addWidget( addBut,0,0 ); | 244 | mainLayout->addWidget( addBut,0,0 ); |
@@ -320,5 +320,5 @@ void KOCalEditView::readConfig() | |||
320 | connect (calb, SIGNAL (selectNum(int)), SLOT ( deleteCal(int) ) ); | 320 | connect (calb, SIGNAL (selectNum(int)), SLOT ( deleteCal(int) ) ); |
321 | int hei = calb->sizeHint().height(); | 321 | int hei = calb->sizeHint().height(); |
322 | calb->setMaximumSize( hei*9/10, hei*9/10 ); | 322 | //calb->setMaximumSize( hei*9/10, hei*9/10 ); |
323 | } | 323 | } |
324 | ++row; | 324 | ++row; |