Files
calendula/app
Jean-Luc Makiola b34dc31d32 Clip a wrapped title rather than ellipsise it (#267)
Wrapping at word boundaries brought the "…" back with it, which is the
half of #164 that was worth keeping: on a chip this narrow the ellipsis
costs a couple of readable characters. A wrapped title now ends at the
last whole word it could fit and clips there, spending none.

Only a single RTL line still needs the ellipsis — softWrap off clips to
the node's left edge, which in RTL is the string's end. Wrapping turns
softWrap on, which cuts the logical end in both directions, so more than
one line needs no exception.
2026-09-07 14:59:40 +02:00
..
2026-09-02 12:44:40 +02:00
2026-09-02 12:44:40 +02:00