Reduce collection tree indent
At least on macOS, this brings it back in line roughly with the previous version.
This commit is contained in:
parent
c965e6159a
commit
c85a434eb6
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue