水平タブバーの高さが可変の時は、タブバーの位置を切り替える時にインデントを自動的に有効にするようにした
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4660 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
1d218fa321
commit
0e52a352fe
@ -479,7 +479,7 @@ var TreeStyleTabService = {
|
||||
if (!this.getTreePref('tabbar.syncRelatedPrefsForDynamicPosition')) return;
|
||||
|
||||
var vertical = (aNewPosition == 'left' || aNewPosition == 'right');
|
||||
this.setTreePref('enableSubtreeIndent', vertical);
|
||||
this.setTreePref('enableSubtreeIndent', vertical || !this.getTreePref('tabbar.fixed.horizontal'));
|
||||
this.setTreePref('allowSubtreeCollapseExpand', vertical);
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user