From 0bfb2ccafef4a4b350e4490ac50bbd6d3763de38 Mon Sep 17 00:00:00 2001 From: Lucas Murray Date: Sun, 3 Aug 2008 08:21:03 +0000 Subject: [PATCH] Make the present windows animation last a little bit longer svn path=/trunk/KDE/kdebase/workspace/; revision=841336 --- effects/presentwindows.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/effects/presentwindows.cpp b/effects/presentwindows.cpp index 6e9134efc5..fb81a767fc 100644 --- a/effects/presentwindows.cpp +++ b/effects/presentwindows.cpp @@ -81,7 +81,7 @@ PresentWindowsEffect::~PresentWindowsEffect() void PresentWindowsEffect::prePaintScreen( ScreenPrePaintData& data, int time ) { // How long does it take for the effect to get it's full strength (in ms) - const double changeTime = 125; + const double changeTime = 250; if(mActivated) { mActiveness = qMin(1.0, mActiveness + time/changeTime);