Add separate indent preferences for horizontal tabs

This commit is contained in:
Infocatcher 2012-08-30 21:42:56 +04:00
parent baaede95a8
commit 47ab810c5e

View File

@ -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);
/**