aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-01-14 11:58:25 -0500
committerbobzel <zzzman@gmail.com>2021-01-14 11:58:25 -0500
commit6ce848be82dcb2c3b8bffe69282305b348d639a2 (patch)
tree15e0a5600cfbec8cc2c3968e2258f34feda4334f /src/client/views/collections
parentad0cad318eb04199a0a68752b74374ff8f66a3be (diff)
fixed stacking behavior of what audio regions that have no end
Diffstat (limited to 'src/client/views/collections')
-rw-r--r--src/client/views/collections/TabDocView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/TabDocView.tsx b/src/client/views/collections/TabDocView.tsx
index 09f709a5e..5ca069fb9 100644
--- a/src/client/views/collections/TabDocView.tsx
+++ b/src/client/views/collections/TabDocView.tsx
@@ -196,7 +196,7 @@ export class TabDocView extends React.Component<TabDocViewProps> {
pinDoc.x = doc.x;
pinDoc.presHideAfter = true;
pinDoc.presHideBefore = true;
- pinDoc.title = doc.title + "- Spotlight";
+ pinDoc.title = doc.title + " (move)";
pinDoc.presMovement = PresMovement.None;
}
if (curPres.expandBoolean) pinDoc.presExpandInlineButton = true;