[object Object]

← back to Ticket System

Clarify ticket tile interaction hint

76d8e68c1872f5c1f24ae574a12efeff82c3d47c · 2026-09-02 14:57:38 -0700 · Steve Abrams

Files touched

Diff

commit 76d8e68c1872f5c1f24ae574a12efeff82c3d47c
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Wed Sep 2 14:57:38 2026 -0700

    Clarify ticket tile interaction hint
---
 desktop-bar/TicketBar.swift | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/desktop-bar/TicketBar.swift b/desktop-bar/TicketBar.swift
index bc523f5a..b077ac37 100644
--- a/desktop-bar/TicketBar.swift
+++ b/desktop-bar/TicketBar.swift
@@ -40,7 +40,7 @@ private final class BarTile: NSButton {
     ])
     widthConstraint = widthAnchor.constraint(equalToConstant: width)
     widthConstraint.isActive = true
-    toolTip = "Drag to reorder · click for options"
+    toolTip = "Click for details and layout controls"
   }
 
   required init?(coder: NSCoder) { fatalError("init(coder:) has not been implemented") }

← 7f784adc Document interactive ticket bar controls  ·  back to Ticket System  ·  Restore visible desktop bar labels d03775e4 →