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/PropertiesView.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/PropertiesView.tsx')
| -rw-r--r-- | src/client/views/PropertiesView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/PropertiesView.tsx b/src/client/views/PropertiesView.tsx index fad2f5284..17cfb5a5a 100644 --- a/src/client/views/PropertiesView.tsx +++ b/src/client/views/PropertiesView.tsx @@ -273,7 +273,7 @@ export class PropertiesView extends React.Component<PropertiesViewProps> { backgroundColor={this.props.backgroundColor} fitToBox={true} FreezeDimensions={true} - dontCenter={true} + dontCenter={"y"} NativeWidth={layoutDoc.type === DocumentType.RTF ? this.rtfWidth : undefined} NativeHeight={layoutDoc.type === DocumentType.RTF ? this.rtfHeight : undefined} PanelWidth={panelWidth} |
