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) (ignore 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
@@ -239,7 +239,7 @@ void KOCalEditView::readConfig()
ml->addWidget ( mw );
mainLayout = new QGridLayout ( mw , 2, 8 );
- mainLayout->setSpacing( 3 );
+ //mainLayout->setSpacing( 3 );
QPushButton * addBut = new QPushButton ( mw );
mainLayout->addWidget( addBut,0,0 );
addBut->setPixmap ( SmallIcon("plus"));
@@ -319,7 +319,7 @@ void KOCalEditView::readConfig()
calb->setPixmap ( SmallIcon("minus"));
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;
kkf = KOPrefs::instance()->mCalendars.next();