From 3a822a4c4867acb28dc1b3b9557918d0971f732c Mon Sep 17 00:00:00 2001 From: zautrix Date: Fri, 04 Feb 2005 23:11:42 +0000 Subject: nochn fixxx --- (limited to 'korganizer') diff --git a/korganizer/komonthview.cpp b/korganizer/komonthview.cpp index df5e060..31c5659 100644 --- a/korganizer/komonthview.cpp +++ b/korganizer/komonthview.cpp @@ -251,7 +251,7 @@ void MonthViewItem::paint(QPainter *p) p->drawText( x, yPos, text() ); if ( mIncidence->cancelled() ) { int wid = fm.width( text() ); - p->drawLine( x, yPos- fm.height()/2+2,x+wid, yPos- fm.height()/2 +2); + p->drawLine( x, yPos- fm.height()/2+3,x+wid, yPos- fm.height()/2 +3); } } -- cgit v0.9.0.2