increased the default AnimateMinimizeSpeed from 1 to 5
svn path=/trunk/kdebase/kwin/; revision=68708
This commit is contained in:
parent
1512bcd09f
commit
2d3925116e
1 changed files with 2 additions and 2 deletions
|
@ -170,8 +170,8 @@ void Options::reload()
|
|||
animateShade = config->readBoolEntry("AnimateShade", TRUE );
|
||||
|
||||
animateMinimize = config->readBoolEntry("AnimateMinimize", TRUE );
|
||||
animateMinimizeSpeed = config->readNumEntry("AnimateMinimizeSpeed", 1 );
|
||||
|
||||
animateMinimizeSpeed = config->readNumEntry("AnimateMinimizeSpeed", 5 );
|
||||
|
||||
autoRaise = config->readBoolEntry("AutoRaise", FALSE );
|
||||
autoRaiseInterval = config->readNumEntry("AutoRaiseInterval", 0 );
|
||||
|
||||
|
|
Loading…
Reference in a new issue