]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/kitemviews/kitemlistsmoothscroller.cpp
Fix style-issues in items when not using Oxygen
[dolphin.git] / src / kitemviews / kitemlistsmoothscroller.cpp
index 5c1bf3c5a3b441cfecd53b1282679404606eb810..d966920cb41258374722b5c199ade4d1dc202bdd 100644 (file)
@@ -35,7 +35,7 @@ KItemListSmoothScroller::KItemListSmoothScroller(QScrollBar* scrollBar,
     m_animation(0)
 {
     m_animation = new QPropertyAnimation(this);
-    m_animation->setDuration(300);
+    m_animation->setDuration(200);
     connect(m_animation, SIGNAL(stateChanged(QAbstractAnimation::State,QAbstractAnimation::State)),
             this, SLOT(slotAnimationStateChanged(QAbstractAnimation::State,QAbstractAnimation::State)));