Change the shade default steps from 50 to a much snappier 10 ;-) If bg
pixmaps and masks are used (system and the kwm compatible style), 50 is way too jerky. svn path=/trunk/kdebase/kwin/; revision=36625
This commit is contained in:
parent
0b0548786a
commit
5093710cf4
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ void Options::reload()
|
|||
|
||||
animate_shade = config->readBoolEntry("AnimateShade", TRUE );
|
||||
|
||||
anim_steps = config->readNumEntry("AnimSteps", 50);
|
||||
anim_steps = config->readNumEntry("AnimSteps", 10);
|
||||
|
||||
border_snap_zone = config->readNumEntry("BorderSnapZone", 10);
|
||||
window_snap_zone = config->readNumEntry("WindowSnapZone", 10);
|
||||
|
|
Loading…
Reference in a new issue