summaryrefslogtreecommitdiffabout
path: root/korganizer
authorzautrix <zautrix>2005-02-01 17:51:26 (UTC)
committer zautrix <zautrix>2005-02-01 17:51:26 (UTC)
commit81991bbbc7f815c82b37db654528ee3b224435dc (patch) (side-by-side diff)
tree7e556083803d359c3a598d3ecf724d1127703480 /korganizer
parentb699d9cf03b5b5bb92609bcd04eef2651fe0028b (diff)
downloadkdepimpi-81991bbbc7f815c82b37db654528ee3b224435dc.zip
kdepimpi-81991bbbc7f815c82b37db654528ee3b224435dc.tar.gz
kdepimpi-81991bbbc7f815c82b37db654528ee3b224435dc.tar.bz2
fff
Diffstat (limited to 'korganizer') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/koagendaview.cpp11
1 files changed, 5 insertions, 6 deletions
diff --git a/korganizer/koagendaview.cpp b/korganizer/koagendaview.cpp
index 8c27c43..d3db89a 100644
--- a/korganizer/koagendaview.cpp
+++ b/korganizer/koagendaview.cpp
@@ -625,3 +625,3 @@ void KOAgendaView::slotDaylabelClicked()
else
- showDateView( 10, firstDate.addDays(1 ) );
+ showDateView( 10, firstDate.addDays(1) );
}
@@ -664,3 +664,4 @@ void KOAgendaView::createDayLabels()
int selCount = mSelectedDates.count();
- QString dayTest = "Mon 20";
+ QString dayTest = "Won 20";
+ //QString dayTest = "Mon 20";
int wid = fm.width( dayTest );
@@ -676,3 +677,3 @@ void KOAgendaView::createDayLabels()
dayTest = dayTest.left( dayTest.length() - 1 );
- wid = fm.width( dayTest );
+ wid = fm.width( dayTest )+1;
needWid = wid * selCount;
@@ -687,3 +688,3 @@ void KOAgendaView::createDayLabels()
QFontMetrics f( dlf );
- wid = f.width( "20" )+2;
+ wid = f.width( "30" )+3;
needWid = wid * selCount;
@@ -999,4 +1000,2 @@ void KOAgendaView::updateEventDates(KOAgendaItem *item, int type)
}
-
- qDebug("to888");
if ( item->incidence()->type() == "Event" ) {