注意書きのコメント
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@1539 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
e2b536c005
commit
01cde0338d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user