← back to Ticket System
Restore visible desktop bar labels
d03775e46a771cd7e2342a729a67f5282cd0d16b · 2026-09-02 14:58:45 -0700 · Steve Abrams
Files touched
M desktop-bar/TicketBar.swift
Diff
commit d03775e46a771cd7e2342a729a67f5282cd0d16b
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Wed Sep 2 14:58:45 2026 -0700
Restore visible desktop bar labels
---
desktop-bar/TicketBar.swift | 1 +
1 file changed, 1 insertion(+)
diff --git a/desktop-bar/TicketBar.swift b/desktop-bar/TicketBar.swift
index b077ac37..7dda42fd 100644
--- a/desktop-bar/TicketBar.swift
+++ b/desktop-bar/TicketBar.swift
@@ -40,6 +40,7 @@ private final class BarTile: NSButton {
])
widthConstraint = widthAnchor.constraint(equalToConstant: width)
widthConstraint.isActive = true
+ heightAnchor.constraint(equalToConstant: 28).isActive = true
toolTip = "Click for details and layout controls"
}
← 76d8e68c Clarify ticket tile interaction hint
·
back to Ticket System
·
Add centered ticket control popup 2d7b8714 →