diff options
author | bobzel <zzzman@gmail.com> | 2020-08-03 15:58:43 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-08-03 15:58:43 -0400 |
commit | ef5dbc6ad8bdb70f3e68d2fc4ace1a483b031add (patch) | |
tree | dd7c5956843b6935f6ff8ef82e0628c4dac8a0e3 | |
parent | 55b95d6a9483911ddde9f4d4c259f380dd77a395 (diff) |
from last
-rw-r--r-- | src/client/util/CurrentUserUtils.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/CurrentUserUtils.ts b/src/client/util/CurrentUserUtils.ts index f58225b46..8023df8b4 100644 --- a/src/client/util/CurrentUserUtils.ts +++ b/src/client/util/CurrentUserUtils.ts @@ -675,7 +675,7 @@ export class CurrentUserUtils { if (doc["sidebar-tools"] === undefined) { const toolsStack = new PrefetchProxy(Docs.Create.StackingDocument([doc.myCreators as Doc, doc.myColorPicker as Doc], { - title: "sidebar-tools", _width: 500, lockedPosition: true, _chromeStatus: "disabled", hideFilterView: true, forceActive: true + title: "sidebar-tools", _width: 500, _yMargin: 20, lockedPosition: true, _chromeStatus: "disabled", hideFilterView: true, forceActive: true })) as any as Doc; doc["sidebar-tools"] = toolsStack; |