タブバーの位置を上または下に変えるとき、タブバーを自動的に隠す処理を終了するようにした
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@1531 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
f0f56ca01e
commit
335e98c381
@ -3158,6 +3158,7 @@ TreeStyleTabBrowserObserver.prototype = {
|
||||
{
|
||||
case 'extensions.treestyletab.tabbar.position':
|
||||
if (value != 'left' && value != 'right') {
|
||||
sv.endAutoHide(this.mTabBrowser);
|
||||
tabs.forEach(function(aTab) {
|
||||
aTab.removeAttribute('align');
|
||||
aTab.setAttribute('maxwidth', 250);
|
||||
|
Loading…
x
Reference in New Issue
Block a user