diff options
author | usodhi <61431818+usodhi@users.noreply.github.com> | 2021-03-18 01:33:56 -0400 |
---|---|---|
committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2021-03-18 01:33:56 -0400 |
commit | 5e29ff3ea44ee885bd3a90ecbf4d9cdb11b245f6 (patch) | |
tree | e17284b449ae5635f97e52e1e07cbf75ce3f23fb /src/client/util/CurrentUserUtils.ts | |
parent | a8c02cba0bf96e435e062f2251890243ad8f49e0 (diff) |
why won't this document from hell change height
Diffstat (limited to 'src/client/util/CurrentUserUtils.ts')
-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 157a88de7..993eba889 100644 --- a/src/client/util/CurrentUserUtils.ts +++ b/src/client/util/CurrentUserUtils.ts @@ -804,7 +804,7 @@ export class CurrentUserUtils { doc.currentFilter === undefined; if (doc.currentFilter === undefined) { doc.currentFilter = Docs.Create.FilterDocument({ - title: "FilterDoc", _height: 20, + title: "FilterDoc", _height: 150, treeViewHideTitle: true, _xMargin: 5, _yMargin: 5, _gridGap: 5, _forceActive: true, childDropAction: "none", treeViewTruncateTitleWidth: 150, treeViewPreventOpen: false, ignoreClick: true, _lockedPosition: true, boxShadow: "0 0", childDontRegisterViews: true, targetDropAction: "same", system: true |