mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 12:54:29 +00:00
The rack's label column is a fixed 86px, so "Gap between repeats" reads as "Gap between re…" and "How many repeats" as "How many repe…" — the part that tells two knobs apart is the part that gets cut. The row already carried a `title`, but that is the param's HINT: what the knob does. Useful, and no substitute for the name. So the name is titled on the label itself and the hint stays on the row — two different questions, neither standing in for the other. Same fix for the three other truncating labels in the rack, since a truncated effect name is the same defect one line up: the node name, its one-line summary, and the carve module's own name and "Listen to" row. Titled unconditionally rather than only when the text overflows: whether it does depends on the rendered font and the panel's width, and a title that matches the visible text costs nothing. Two tests, mutation-checked — the label carries the full name, the row still carries the hint, and the label is titled even when there is no hint. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>