diff options
| author | bobzel <zzzman@gmail.com> | 2022-10-27 15:57:09 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-10-27 15:57:09 -0400 |
| commit | 2fc88a931cb2fc3408297b000208990633445585 (patch) | |
| tree | 36f061b6b539bc14d1c37d0517325a14f57647a4 /src/client/views/collections/CollectionView.tsx | |
| parent | 3b1162f58fd854091fca515dfe9af942d2220108 (diff) | |
cleaned up treeViews to work across PresBox/ppt slides/collections/ - modified DocumentView rendering to remove pres box refs. fixed mainView width.
Diffstat (limited to 'src/client/views/collections/CollectionView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionView.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionView.tsx b/src/client/views/collections/CollectionView.tsx index dcaad5632..9f63a11aa 100644 --- a/src/client/views/collections/CollectionView.tsx +++ b/src/client/views/collections/CollectionView.tsx @@ -54,6 +54,8 @@ interface CollectionViewProps_ extends FieldViewProps { childHideDecorationTitle?: () => boolean; childHideResizeHandles?: () => boolean; childLayoutTemplate?: () => Doc | undefined; // specify a layout Doc template to use for children of the collection + childXPadding?: number; + childYPadding?: number; childLayoutString?: string; childIgnoreNativeSize?: boolean; childClickScript?: ScriptField; |
