summaryrefslogtreecommitdiffabout
path: root/korganizer/kofilterview.cpp
authorzautrix <zautrix>2005-06-12 23:03:17 (UTC)
committer zautrix <zautrix>2005-06-12 23:03:17 (UTC)
commitc4ebf56feb36302b61b9c5ca6af97626812427b8 (patch) (side-by-side diff)
tree356218d3d86d9f3653a7335087891d031e41fba2 /korganizer/kofilterview.cpp
parent5e4f16e92a96bdf89f82be3b231d18ae9e257486 (diff)
downloadkdepimpi-c4ebf56feb36302b61b9c5ca6af97626812427b8.zip
kdepimpi-c4ebf56feb36302b61b9c5ca6af97626812427b8.tar.gz
kdepimpi-c4ebf56feb36302b61b9c5ca6af97626812427b8.tar.bz2
fixx
Diffstat (limited to 'korganizer/kofilterview.cpp') (more/less context) (show whitespace changes)
-rw-r--r--korganizer/kofilterview.cpp4
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
@@ -241,3 +241,3 @@ void KOCalEditView::readConfig()
mainLayout = new QGridLayout ( mw , 2, 8 );
- mainLayout->setSpacing( 3 );
+ //mainLayout->setSpacing( 3 );
QPushButton * addBut = new QPushButton ( mw );
@@ -321,3 +321,3 @@ void KOCalEditView::readConfig()
int hei = calb->sizeHint().height();
- calb->setMaximumSize( hei*9/10, hei*9/10 );
+ //calb->setMaximumSize( hei*9/10, hei*9/10 );
}