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/CollectionStackingView.tsx | |
| 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/CollectionStackingView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionStackingView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionStackingView.tsx b/src/client/views/collections/CollectionStackingView.tsx index 97eacaeab..cf9ced849 100644 --- a/src/client/views/collections/CollectionStackingView.tsx +++ b/src/client/views/collections/CollectionStackingView.tsx @@ -202,7 +202,7 @@ export class CollectionStackingView extends CollectionSubView<StackingDocument, PanelHeight={height} NativeWidth={this.props.childIgnoreNativeSize ? returnZero : undefined} // explicitly ignore nativeWidth/height if childIgnoreNativeSize is set- used by PresBox NativeHeight={this.props.childIgnoreNativeSize ? returnZero : undefined} - dontCenter={this.props.childIgnoreNativeSize ? true : false} + dontCenter={this.props.childIgnoreNativeSize ? "xy" : ""} fitToBox={false} dontRegisterView={dataDoc ? true : BoolCast(this.layoutDoc.dontRegisterChildViews, this.props.dontRegisterView)} rootSelected={this.rootSelected} |
