author | zautrix <zautrix> | 2005-06-12 23:03:17 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-06-12 23:03:17 (UTC) |
commit | c4ebf56feb36302b61b9c5ca6af97626812427b8 (patch) (side-by-side diff) | |
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() mainLayout = new QGridLayout ( mw , 2, 8 ); - mainLayout->setSpacing( 3 ); + //mainLayout->setSpacing( 3 ); QPushButton * addBut = new QPushButton ( mw ); mainLayout->addWidget( addBut,0,0 ); @@ -320,5 +320,5 @@ void KOCalEditView::readConfig() connect (calb, SIGNAL (selectNum(int)), SLOT ( deleteCal(int) ) ); int hei = calb->sizeHint().height(); - calb->setMaximumSize( hei*9/10, hei*9/10 ); + //calb->setMaximumSize( hei*9/10, hei*9/10 ); } ++row; |