diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-24 12:45:57 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-24 12:45:57 -0400 |
| commit | 9f9390859fd974135de4fd2ff1fecd9f51d569dc (patch) | |
| tree | d572eca31cd6703021c00d2267721704b9cc5002 /src/client/views/collections/CollectionTreeView.tsx | |
| parent | 28226924bab8a82b4d2b60d49b63296cbb25658b (diff) | |
added alternate doc button bar to settings. changed context menu icon to bars from cog.
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionTreeView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionTreeView.tsx b/src/client/views/collections/CollectionTreeView.tsx index c43349059..2f536a464 100644 --- a/src/client/views/collections/CollectionTreeView.tsx +++ b/src/client/views/collections/CollectionTreeView.tsx @@ -421,7 +421,7 @@ class TreeView extends React.Component<TreeViewProps> { TraceMobx(); const headerElements = this.props.treeViewHideHeaderFields() ? (null) : <> - <FontAwesomeIcon icon="cog" size="sm" onClick={e => { this.showContextMenu(e); e.stopPropagation(); }} /> + <FontAwesomeIcon icon="bars" size="sm" onClick={e => { this.showContextMenu(e); e.stopPropagation(); }} /> <span className="collectionTreeView-keyHeader" key={this.treeViewExpandedView} onPointerDown={action(() => { if (this.treeViewOpen) { |
