Make the present windows animation last a little bit longer
svn path=/trunk/KDE/kdebase/workspace/; revision=841336
This commit is contained in:
parent
75feea46af
commit
0bfb2ccafe
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue