regression: failed to restore tab attributes

This commit is contained in:
Piro / SHIMODA Hiroshi 2010-12-07 01:26:52 +09:00
parent a8d4e7fd9e
commit b3e5c9d86d

View File

@ -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
}