aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/CurrentUserUtils.ts
diff options
context:
space:
mode:
authorusodhi <61431818+usodhi@users.noreply.github.com>2021-02-01 18:40:48 -0500
committerusodhi <61431818+usodhi@users.noreply.github.com>2021-02-01 18:40:48 -0500
commit888fb3b3933e7aa48e9ac3abe85536328fcca336 (patch)
tree13eecef46668fcae0dcac36760133608f3c9ff47 /src/client/util/CurrentUserUtils.ts
parent6f1fa5e8211518cbb6ebff5cb6849101e36983ab (diff)
parent5b0a4a154a6e68139d3d7e462ca421d3fbbdd224 (diff)
merging
Diffstat (limited to 'src/client/util/CurrentUserUtils.ts')
-rw-r--r--src/client/util/CurrentUserUtils.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/CurrentUserUtils.ts b/src/client/util/CurrentUserUtils.ts
index 0d31060d4..e7a3ae10d 100644
--- a/src/client/util/CurrentUserUtils.ts
+++ b/src/client/util/CurrentUserUtils.ts
@@ -792,7 +792,7 @@ export class CurrentUserUtils {
doc.currentFilter = new PrefetchProxy(Docs.Create.FilterDocument({
title: `FilterDoc(${(doc.filterDocCount as number)++})`, _height: 500,
treeViewHideTitle: true, _xMargin: 5, _yMargin: 5, _gridGap: 5, forceActive: true, childDropAction: "none",
- treeViewTruncateTitleWidth: 150, treeViewPreventOpen: false, ignoreClick: true,
+ treeViewTruncateTitleWidth: 90, treeViewPreventOpen: false, ignoreClick: true,
lockedPosition: true, boxShadow: "0 0", dontRegisterChildViews: true, targetDropAction: "same", system: true
}));
const clearAll = ScriptField.MakeScript(`getProto(self).data = new List([])`);