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