diff --git a/defaults/preferences/treestyletab.js b/defaults/preferences/treestyletab.js index 635714c5..d40bdf0a 100644 --- a/defaults/preferences/treestyletab.js +++ b/defaults/preferences/treestyletab.js @@ -38,7 +38,7 @@ pref("extensions.treestyletab.tabbar.autoShow.feedback.delay", 3000); pref("extensions.treestyletab.tabbar.autoShow.keepShownOnMouseover", true); pref("extensions.treestyletab.tabbar.togglerSize", 5); pref("extensions.treestyletab.tabbar.fixed.autoCancelOnDrop", true); -pref("extensions.treestyletab.tabbar.fixed.insensitiveArea", 7); +pref("extensions.treestyletab.tabbar.fixed.insensitiveArea", 10); pref("extensions.treestyletab.tabbar.fixed.horizontal", true); pref("extensions.treestyletab.tabbar.fixed.vertical", false); pref("extensions.treestyletab.tabbar.syncRelatedPrefsForDynamicPosition", true);