From b3e5c9d86d1d62956c6138385892da789c1be793 Mon Sep 17 00:00:00 2001 From: Piro / SHIMODA Hiroshi Date: Tue, 7 Dec 2010 01:26:52 +0900 Subject: [PATCH] regression: failed to restore tab attributes --- content/treestyletab/treestyletabbrowser.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/treestyletab/treestyletabbrowser.js b/content/treestyletab/treestyletabbrowser.js index cf6d05c4..d3863759 100644 --- a/content/treestyletab/treestyletabbrowser.js +++ b/content/treestyletab/treestyletabbrowser.js @@ -868,8 +868,6 @@ TreeStyleTabBrowser.prototype = { aTab.minWidth = this.mTabBrowser.mTabContainer.mTabMinWidth; aTab.setAttribute('flex', 100); } - if (tabContentBox) - tabContentBox.setAttribute('align', 'center'); if (this.getTreePref('compatibility.TMP')) aTab.removeAttribute('dir'); // Tab Mix Plus }