diff --git a/content/treestyletab/config.js b/content/treestyletab/config.js index 8d6f664f..dd849127 100644 --- a/content/treestyletab/config.js +++ b/content/treestyletab/config.js @@ -124,7 +124,7 @@ function initAppearancePane() } return finished; }; - animationManager.addTask(task, 0, 0, 500); + animationManager.addTask(task, 0, 0, 500, window); }); }