diff options
| author | bobzel <zzzman@gmail.com> | 2020-11-11 13:45:20 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-11-11 13:45:20 -0500 |
| commit | 65e4c1dd781876374734f4520a9f51b6aae0cf79 (patch) | |
| tree | 14beda19c170f713b2f5aebc4978feba13bf8730 /src/client/views/collections/collectionGrid | |
| parent | 70e79356ce89f4afb47220393c541f74eada62fc (diff) | |
fixes to centering of documents in ContentFittingDocumentView. fixed display of document title in tree view when it was alrady rendered in the tree view.
Diffstat (limited to 'src/client/views/collections/collectionGrid')
| -rw-r--r-- | src/client/views/collections/collectionGrid/CollectionGridView.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/views/collections/collectionGrid/CollectionGridView.tsx b/src/client/views/collections/collectionGrid/CollectionGridView.tsx index 57f845961..5c7373a2f 100644 --- a/src/client/views/collections/collectionGrid/CollectionGridView.tsx +++ b/src/client/views/collections/collectionGrid/CollectionGridView.tsx @@ -170,13 +170,12 @@ export class CollectionGridView extends CollectionSubView(GridSchema) { PanelWidth={width} PanelHeight={height} ContentScaling={returnOne} - fitToBox={false} FreezeDimensions={true} ScreenToLocalTransform={dxf} onClick={this.onChildClickHandler} renderDepth={this.props.renderDepth + 1} parentActive={this.props.active} - dontCenter={false} + dontCenter={"y"} />; } |
