summaryrefslogtreecommitdiffabout
path: root/korganizer/koviewmanager.cpp
authorzautrix <zautrix>2005-06-29 20:23:04 (UTC)
committer zautrix <zautrix>2005-06-29 20:23:04 (UTC)
commit8954bae7bb5afc9706e37e808e9c1e237399f214 (patch) (side-by-side diff)
tree18932b26b38e319cc4c568f4624678fa50531c37 /korganizer/koviewmanager.cpp
parent77aa480c9891a90c9b492618ebfd2b20f2d0727a (diff)
downloadkdepimpi-8954bae7bb5afc9706e37e808e9c1e237399f214.zip
kdepimpi-8954bae7bb5afc9706e37e808e9c1e237399f214.tar.gz
kdepimpi-8954bae7bb5afc9706e37e808e9c1e237399f214.tar.bz2
fixxx
Diffstat (limited to 'korganizer/koviewmanager.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/koviewmanager.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/korganizer/koviewmanager.cpp b/korganizer/koviewmanager.cpp
index 7b307f7..bd191d8 100644
--- a/korganizer/koviewmanager.cpp
+++ b/korganizer/koviewmanager.cpp
@@ -470,2 +470,3 @@ void KOViewManager::showListView()
KOPrefs::instance()->mCurrentDisplayedView = VIEW_L_VIEW;
+ mMainView->setScrollBarStep( 7 );
}
@@ -537,2 +538,3 @@ void KOViewManager::showAgendaView( bool fullScreen )
KOPrefs::instance()->mCurrentDisplayedView = VIEW_A_VIEW;
+ mMainView->setScrollBarStep( 1 );
}
@@ -553,2 +555,3 @@ void KOViewManager::showDayView()
mCurrentAgendaView = 1 ;
+ mMainView->setScrollBarStep( 1 );
@@ -570,2 +573,3 @@ void KOViewManager::showWorkWeekView()
mCurrentAgendaView = 5 ;
+ mMainView->setScrollBarStep( 1 );
@@ -588,2 +592,3 @@ void KOViewManager::showWeekView()
mCurrentAgendaView = 7 ;
+ mMainView->setScrollBarStep( 1 );
}
@@ -604,2 +609,3 @@ void KOViewManager::showNextXView()
KOPrefs::instance()->mCurrentDisplayedView = VIEW_NX_VIEW;
+ mMainView->setScrollBarStep( KOPrefs::instance()->mNextXDays );
}
@@ -697,2 +703,3 @@ void KOViewManager::showMonthViewWeek()
KOPrefs::instance()->mCurrentDisplayedView = VIEW_ML_VIEW ;
+ mMainView->setScrollBarStep( 7 );
}
@@ -729,2 +736,3 @@ void KOViewManager::showMonthView()
KOPrefs::instance()->mCurrentDisplayedView = VIEW_M_VIEW ;
+ mMainView->setScrollBarStep( 7 );
@@ -786,2 +794,3 @@ void KOViewManager::showTodoView()
KOPrefs::instance()->mCurrentDisplayedView = VIEW_T_VIEW ;
+ mMainView->setScrollBarStep( 7 );
@@ -805,2 +814,3 @@ void KOViewManager::showJournalView()
KOPrefs::instance()->mCurrentDisplayedView = VIEW_J_VIEW ;
+ mMainView->setScrollBarStep( 1 );
}