From 618e8a2478e72beb6cf52097d5f60e751a12c585 Mon Sep 17 00:00:00 2001 From: piro Date: Fri, 4 Sep 2009 01:44:36 +0000 Subject: [PATCH] =?UTF-8?q?=E7=84=A1=E8=A6=96=E3=81=99=E3=82=8B=E9=A0=98?= =?UTF-8?q?=E5=9F=9F=E3=82=92=E5=B0=91=E3=81=97=E5=A4=A7=E3=81=8D=E3=81=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@5088 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- defaults/preferences/treestyletab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);