デフォルトの遅延時間を変更

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@2009 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2008-03-09 03:21:10 +00:00
parent 9143b9e20e
commit 5fb6494f7f
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ window.addEventListener('DOMContentLoaded', function() {
frame.style.height = canvas.style.height; frame.style.height = canvas.style.height;
} }
try { try {
var ctx = canvas.getContext("2d"); var ctx = canvas.getContext('2d');
ctx.clearRect(0, 0, w, h); ctx.clearRect(0, 0, w, h);
ctx.save(); ctx.save();
ctx.drawWindow(window, 0, 0, w, h, color); ctx.drawWindow(window, 0, 0, w, h, color);

View File

@ -12,7 +12,7 @@ pref("extensions.treestyletab.tabbar.autoHide.delay", 50);
pref("extensions.treestyletab.tabbar.autoHide.area", 25); pref("extensions.treestyletab.tabbar.autoHide.area", 25);
pref("extensions.treestyletab.tabbar.autoHide.expandArea", false); pref("extensions.treestyletab.tabbar.autoHide.expandArea", false);
pref("extensions.treestyletab.tabbar.autoShow.ctrlKeyDown", true); pref("extensions.treestyletab.tabbar.autoShow.ctrlKeyDown", true);
pref("extensions.treestyletab.tabbar.autoShow.ctrlKeyDown.delay", 200); pref("extensions.treestyletab.tabbar.autoShow.ctrlKeyDown.delay", 800);
pref("extensions.treestyletab.tabbar.autoShow.tabSwitch", true); pref("extensions.treestyletab.tabbar.autoShow.tabSwitch", true);
pref("extensions.treestyletab.tabbar.fixed", false); pref("extensions.treestyletab.tabbar.fixed", false);
pref("extensions.treestyletab.tabbar.syncRelatedPrefsForDynamicPosition", true); pref("extensions.treestyletab.tabbar.syncRelatedPrefsForDynamicPosition", true);