Fixed type and slightly increased fade time.
svn path=/trunk/KDE/kdebase/workspace/; revision=857700
This commit is contained in:
parent
1e4b9efdd4
commit
ac3ac459e8
2 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,7 @@ PresentWindowsEffect::PresentWindowsEffect()
|
|||
mRearranging.setCurveShape( TimeLine::EaseInOutCurve );
|
||||
mRearranging.setDuration( animationTime( conf, "RearrangeDuration", 250 ));
|
||||
mRearranging.setProgress( 1.0 );
|
||||
highlightChangeTime = animationTime( 100 );
|
||||
highlightChangeTime = double( animationTime( 150 ));
|
||||
}
|
||||
|
||||
PresentWindowsEffect::~PresentWindowsEffect()
|
||||
|
|
|
@ -108,7 +108,7 @@ class PresentWindowsEffect
|
|||
TimeLine mActiveness;
|
||||
// 0 = start of rearranging (old_area), 1 = done
|
||||
TimeLine mRearranging;
|
||||
int highlightChangeTime;
|
||||
double highlightChangeTime;
|
||||
|
||||
Window mInput;
|
||||
bool hasKeyboardGrab;
|
||||
|
|
Loading…
Reference in a new issue