aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionView.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-11-14 13:34:04 -0500
committerbobzel <zzzman@gmail.com>2023-11-14 13:34:04 -0500
commit3817e7e380031a60b0d5cfe31bc350ca8f4f6056 (patch)
treed7d90b2f170266acc7b61fa6fc4b2ee4fcbbc02a /src/client/views/collections/CollectionView.tsx
parent7fcf4c54c42b7eaa427ea88c0b8586a78d7f1859 (diff)
simplified goldenlayout tab buttons and made open in lightbox more accessible for a tab.
Diffstat (limited to 'src/client/views/collections/CollectionView.tsx')
-rw-r--r--src/client/views/collections/CollectionView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionView.tsx b/src/client/views/collections/CollectionView.tsx
index 694f70903..29abff3a4 100644
--- a/src/client/views/collections/CollectionView.tsx
+++ b/src/client/views/collections/CollectionView.tsx
@@ -173,7 +173,7 @@ export class CollectionView extends ViewBoxAnnotatableComponent<ViewBoxAnnotatab
if (cm && !e.isPropagationStopped()) {
// need to test this because GoldenLayout causes a parallel hierarchy in the React DOM for its children and the main document view7
!Doc.noviceMode &&
- this.setupViewTypes('UI Controls...', vtype => {
+ this.setupViewTypes('Appearance...', vtype => {
const newRendition = Doc.MakeEmbedding(this.rootDoc);
newRendition._type_collection = vtype;
this.props.addDocTab(newRendition, OpenWhere.addRight);