From 335e98c381b7226b853737367fbf406de77107f2 Mon Sep 17 00:00:00 2001 From: piro Date: Fri, 9 Nov 2007 05:11:45 +0000 Subject: [PATCH] =?UTF-8?q?=E3=82=BF=E3=83=96=E3=83=90=E3=83=BC=E3=81=AE?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE=E3=82=92=E4=B8=8A=E3=81=BE=E3=81=9F=E3=81=AF?= =?UTF-8?q?=E4=B8=8B=E3=81=AB=E5=A4=89=E3=81=88=E3=82=8B=E3=81=A8=E3=81=8D?= =?UTF-8?q?=E3=80=81=E3=82=BF=E3=83=96=E3=83=90=E3=83=BC=E3=82=92=E8=87=AA?= =?UTF-8?q?=E5=8B=95=E7=9A=84=E3=81=AB=E9=9A=A0=E3=81=99=E5=87=A6=E7=90=86?= =?UTF-8?q?=E3=82=92=E7=B5=82=E4=BA=86=E3=81=99=E3=82=8B=E3=82=88=E3=81=86?= =?UTF-8?q?=E3=81=AB=E3=81=97=E3=81=9F?= 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@1531 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/treestyletab.js | 1 + 1 file changed, 1 insertion(+) diff --git a/content/treestyletab/treestyletab.js b/content/treestyletab/treestyletab.js index f7a3c4bc..b9443dc9 100644 --- a/content/treestyletab/treestyletab.js +++ b/content/treestyletab/treestyletab.js @@ -3158,6 +3158,7 @@ TreeStyleTabBrowserObserver.prototype = { { case 'extensions.treestyletab.tabbar.position': if (value != 'left' && value != 'right') { + sv.endAutoHide(this.mTabBrowser); tabs.forEach(function(aTab) { aTab.removeAttribute('align'); aTab.setAttribute('maxwidth', 250);