diff --git a/content/treestyletab/treestyletab.xml b/content/treestyletab/treestyletab.xml index e13dc13d..19594eb1 100644 --- a/content/treestyletab/treestyletab.xml +++ b/content/treestyletab/treestyletab.xml @@ -12,21 +12,26 @@ + + - document.getAnonymousElementByAttribute(this, 'anonid', 'toolbar-innerbox') @@ -36,18 +41,10 @@ - document.getAnonymousElementByAttribute(this, 'anonid', 'toolbar-innerbox') diff --git a/modules/browser.js b/modules/browser.js index 84b0a980..395d4895 100644 --- a/modules/browser.js +++ b/modules/browser.js @@ -1865,8 +1865,8 @@ TreeStyleTabBrowser.prototype = { stripStyle.right = pos != 'right' ? '' : ((root.screenX + root.width) - (box.screenX + box.width))+'px'; - stripStyle.width = (tabContainerBox.width = width)+'px'; - stripStyle.height = (tabContainerBox.height = height)+'px'; + stripStyle.width = (strip.width = tabContainerBox.width = width)+'px'; + stripStyle.height = (strip.height = tabContainerBox.height = height)+'px'; this._updateFloatingTabbarResizer({ width : width,