From 444e6a7a58597a258451461f07f797633a46624a Mon Sep 17 00:00:00 2001 From: piro Date: Fri, 23 Nov 2007 20:33:25 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BD=95=E3=81=8B=E3=81=AE=E3=81=AF=E3=81=9A?= =?UTF-8?q?=E3=81=BF=E3=81=A7=E3=82=A4=E3=83=B3=E3=83=87=E3=83=B3=E3=83=88?= =?UTF-8?q?=E5=B9=85=E3=81=8C=E6=A5=B5=E7=AB=AF=E3=81=AB=E5=B0=8F=E3=81=95?= =?UTF-8?q?=E3=81=8F=E3=81=AA=E3=81=A3=E3=81=A6=E3=81=97=E3=81=BE=E3=81=86?= =?UTF-8?q?=E3=81=93=E3=81=A8=E3=81=8C=E3=81=82=E3=81=A3=E3=81=9F=E3=81=AE?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3?= 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@1613 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/treestyletabbrowser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/treestyletab/treestyletabbrowser.js b/content/treestyletab/treestyletabbrowser.js index 866f06d0..229e9f30 100644 --- a/content/treestyletab/treestyletabbrowser.js +++ b/content/treestyletab/treestyletabbrowser.js @@ -1814,7 +1814,7 @@ TreeStyleTabBrowser.prototype = { var oldMargin = this.levelMargin; var indent = (oldMargin < 0 ? this.baseLebelMargin : oldMargin ) * nest; - var maxIndent = b.mTabContainer.childNodes[0].boxObject[this.invertedSizeProp] * 0.33; + var maxIndent = b.mTabContainer.boxObject[this.invertedSizeProp] * 0.33; var marginUnit = Math.max(Math.floor(maxIndent / nest), 1); if (indent > maxIndent) {