Reduce collection tree indent

At least on macOS, this brings it back in line roughly with the previous
version.
This commit is contained in:
Dan Stillman 2021-08-21 05:55:42 -04:00
parent c965e6159a
commit c85a434eb6

View file

@ -34,7 +34,7 @@ const { getDOMElement: getDOMIcon } = Icons;
const { getDragTargetOrient } = require('components/utils');
const { Cc, Ci, Cu } = require('chrome');
const CHILD_INDENT = 20;
const CHILD_INDENT = 15;
const TYPING_TIMEOUT = 1000;
var CollectionTree = class CollectionTree extends LibraryTree {