Loading
fix(macos): give the Touch Bar scrubbers a stretchable width
An NSScrubber has no intrinsic width, so at launch — when the subscriptions strip is the only item in the bar — it collapsed to nothing (no artwork visible). While playing it borrowed the leftover space between the transport items, which masked the defect. Both scrubbers now carry a low-priority preferred width that soaks up the available space while still yielding to the other items and to the 320 pt cap active during playback. Co-Authored-By: Claude (RCA)