aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesView.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2022-06-09 11:09:09 -0400
committerbobzel <zzzman@gmail.com>2022-06-09 11:09:09 -0400
commit94930d2867b59668dd6838db197ea051fc33b347 (patch)
tree201d1a55ab26224482cb1cce8e1daee64a2c1d47 /src/client/views/PropertiesView.tsx
parent6b9b7fefe5fa485b58512fdab10934c26092ab15 (diff)
parent3213c24210d67af0a4b027863773ad383404a59c (diff)
Merge branch 'master' into master-cleanup
Diffstat (limited to 'src/client/views/PropertiesView.tsx')
-rw-r--r--src/client/views/PropertiesView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/PropertiesView.tsx b/src/client/views/PropertiesView.tsx
index bcfd2dd56..16eb95cf4 100644
--- a/src/client/views/PropertiesView.tsx
+++ b/src/client/views/PropertiesView.tsx
@@ -300,7 +300,7 @@ export class PropertiesView extends React.Component<PropertiesViewProps> {
Document={layoutDoc}
DataDoc={this.dataDoc}
renderDepth={1}
- fitContentsToDoc={returnTrue}
+ fitContentsToBox={returnTrue}
rootSelected={returnFalse}
styleProvider={DefaultStyleProvider}
docViewPath={returnEmptyDoclist}