shorter widget delayed updater pending duration

This commit is contained in:
Basile Burg 2014-11-26 16:35:57 +01:00
parent 0807b758ea
commit 6f1613c7c2
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ begin
fUpdaterDelay := TTimer.Create(self);
updaterByLoopInterval := 70;
updaterByDelayDuration := 1250;
updaterByDelayDuration := 500;
for i := 0 to contextActionCount-1 do
begin