注意書きのコメント

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@1539 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2007-11-09 15:15:36 +00:00
parent e2b536c005
commit 01cde0338d

View File

@ -2121,6 +2121,9 @@ catch(e) {
this.levelMarginProp = 'margin-left';
}
window.setTimeout(function(aWidth) {
/* in Firefox 3, the width of the rightside tab bar
unexpectedly becomes 0 on the startup. so, we have
to set the width again. */
aTabBrowser.mStrip.setAttribute('width', aWidth);
aTabBrowser.mTabDropIndicatorBar.setAttribute('ordinal', 1);
aTabBrowser.mStrip.setAttribute('ordinal', 30);