Add separate indent preferences for horizontal tabs
This commit is contained in:
parent
baaede95a8
commit
47ab810c5e
@ -271,8 +271,10 @@ pref("extensions.treestyletab.maxTreeLevel.phisical", false);
|
||||
* If you set "autoShrink.onlyForVisible" to "false", TST keeps indent size
|
||||
* shrunken even if "too deeply nested" tabs are invisible.
|
||||
*/
|
||||
pref("extensions.treestyletab.indent", 12);
|
||||
pref("extensions.treestyletab.indent.min", 3);
|
||||
pref("extensions.treestyletab.indent", 12);
|
||||
pref("extensions.treestyletab.indent.horizontal", 4);
|
||||
pref("extensions.treestyletab.indent.min", 3);
|
||||
pref("extensions.treestyletab.indent.min.horizontal", 1);
|
||||
pref("extensions.treestyletab.indent.autoShrink", true);
|
||||
pref("extensions.treestyletab.indent.autoShrink.onlyForVisible", true);
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user