diff options
| author | bobzel <zzzman@gmail.com> | 2023-12-01 13:05:23 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-12-01 13:05:23 -0500 |
| commit | f7f9b6176387701ae62f49c294f251caa5e94d41 (patch) | |
| tree | 0bbaa5bfb1e1404c3e6b1d7a41c73ca6f9876ca7 /src/client/views/collections/TreeView.tsx | |
| parent | 678abdfceaa25cb84c4232f44a7c161b6d39b546 (diff) | |
made collections fitwidth in tree view previews. centered keys in keyvalue.
Diffstat (limited to 'src/client/views/collections/TreeView.tsx')
| -rw-r--r-- | src/client/views/collections/TreeView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/TreeView.tsx b/src/client/views/collections/TreeView.tsx index ba4ed6074..0de1068f7 100644 --- a/src/client/views/collections/TreeView.tsx +++ b/src/client/views/collections/TreeView.tsx @@ -1066,7 +1066,7 @@ export class TreeView extends React.Component<TreeViewProps> { isDocumentActive={isActive} styleProvider={asText ? this.titleStyleProvider : this.embeddedStyleProvider} hideTitle={asText} - //fitContentsToBox={returnTrue} + fitContentsToBox={returnTrue} hideDecorationTitle={this.props.treeView.outlineMode} hideResizeHandles={this.props.treeView.outlineMode} onClick={this.onChildClick} |
