From afb9e2d1323f269bd410265c08212643c612a3b3 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 1 Apr 2008 16:25:25 +0000 Subject: let the selection toggle fade in faster (based on user feedback from http://ppenz.blogspot.com/2008/04/selecting-items.html) svn path=/trunk/KDE/kdebase/apps/; revision=792581 --- src/selectiontoggle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/selectiontoggle.cpp') diff --git a/src/selectiontoggle.cpp b/src/selectiontoggle.cpp index fa10c7559..14ec04840 100644 --- a/src/selectiontoggle.cpp +++ b/src/selectiontoggle.cpp @@ -182,7 +182,7 @@ void SelectionToggle::startFading() Q_ASSERT(m_fadingTimeLine == 0); const bool animate = KGlobalSettings::graphicEffectsLevel() & KGlobalSettings::SimpleAnimationEffects; - const int duration = animate ? 1500 : 1; + const int duration = animate ? 600 : 1; m_fadingTimeLine = new QTimeLine(duration, this); connect(m_fadingTimeLine, SIGNAL(frameChanged(int)), -- cgit v1.3