From a9e08041c8978d52cfcabc84f579784af45eb8d9 Mon Sep 17 00:00:00 2001 From: zautrix Date: Sun, 20 Mar 2005 16:15:56 +0000 Subject: layout fix --- (limited to 'korganizer/kodaymatrix.h') diff --git a/korganizer/kodaymatrix.h b/korganizer/kodaymatrix.h index 39946de..f4016b6 100644 --- a/korganizer/kodaymatrix.h +++ b/korganizer/kodaymatrix.h @@ -171,7 +171,7 @@ public: bool isEndOfMonth() const { return today>=27; } ; QString getWhatsThisText( QPoint ) ; QSize sizeHint() const; - + QRect frameRect () const { int wid = frameWidth(); return QRect(0+wid,0+wid,width()-wid-wid,height()-wid-wid);} public slots: /** Recalculates all the flags of the days in the matrix like holidays or events * on a day (Actually calls above method with the actual startdate). -- cgit v0.9.0.2