diff options
author | bobzel <zzzman@gmail.com> | 2021-04-08 13:51:18 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-04-08 13:51:18 -0400 |
commit | ffcb1cdf35e1f666034a1471cdd757c64b03ab52 (patch) | |
tree | 82a8ee4604fac80c0d5c24e0de8cf83a47a2827f /src | |
parent | d021eb6fe792e9c76b139b5a706a90a086f3fe53 (diff) |
from last
Diffstat (limited to 'src')
-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 43f9627e2..a4d734a70 100644 --- a/src/client/views/collections/TreeView.tsx +++ b/src/client/views/collections/TreeView.tsx @@ -545,7 +545,7 @@ export class TreeView extends React.Component<TreeViewProps> { } } } - titleWidth = () => Math.max(20, Math.min(this.props.treeView.truncateTitleWidth(), this.props.panelWidth() - treeBulletWidth())); + titleWidth = () => Math.max(20, Math.min(this.props.treeView.truncateTitleWidth(), this.props.panelWidth() - 2 * treeBulletWidth())); /** * Renders the EditableView title element for placement into the tree. |