たぶばーを下に置いた時、スプリッタの位置がおかしくなる問題を修正

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4995 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2009-08-25 08:36:50 +00:00
parent 863ac5a95c
commit 33015255d4

View File

@ -879,8 +879,8 @@ TreeStyleTabBrowser.prototype = {
delayedPostProcess = function(aSelf, aTabBrowser, aSplitter, aToggler) { delayedPostProcess = function(aSelf, aTabBrowser, aSplitter, aToggler) {
aTabBrowser.mTabDropIndicatorBar.setAttribute('ordinal', 1); aTabBrowser.mTabDropIndicatorBar.setAttribute('ordinal', 1);
aTabBrowser.mStrip.setAttribute('ordinal', 30); aTabBrowser.mStrip.setAttribute('ordinal', 30);
aToggler.setAttribute('ordinal', 20); aSplitter.setAttribute('ordinal', 20);
toggler.setAttribute('ordinal', 40); aToggler.setAttribute('ordinal', 40);
aTabBrowser.mPanelContainer.setAttribute('ordinal', 10); aTabBrowser.mPanelContainer.setAttribute('ordinal', 10);
}; };
} }