From 5093710cf4e984cf8b53f770a6f13c0b01ed3ba0 Mon Sep 17 00:00:00 2001 From: "Daniel M. Duley" Date: Wed, 15 Dec 1999 00:43:48 +0000 Subject: [PATCH] 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 --- options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.cpp b/options.cpp index 58bbad2dad..46bc5a388c 100644 --- a/options.cpp +++ b/options.cpp @@ -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);