git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4662 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2009-07-07 16:00:17 +00:00
parent 9221be7c05
commit 0ccaf0b036

View File

@ -973,7 +973,7 @@ TreeStyleTabBrowser.prototype = {
else { else {
if (this.getTreePref('tabbar.fixed.horizontal')) { if (this.getTreePref('tabbar.fixed.horizontal')) {
b.setAttribute(this.kFIXED, true); b.setAttribute(this.kFIXED, true);
if (!this.isMultiRow) { if (!this.isMultiRow()) {
b.mStrip.removeAttribute('height'); b.mStrip.removeAttribute('height');
b.mPanelContainer.removeAttribute('height'); b.mPanelContainer.removeAttribute('height');
} }