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:
Daniel M. Duley 1999-12-15 00:43:48 +00:00
parent 0b0548786a
commit 5093710cf4

View file

@ -147,7 +147,7 @@ void Options::reload()
animate_shade = config->readBoolEntry("AnimateShade", TRUE ); 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); border_snap_zone = config->readNumEntry("BorderSnapZone", 10);
window_snap_zone = config->readNumEntry("WindowSnapZone", 10); window_snap_zone = config->readNumEntry("WindowSnapZone", 10);