• Adam Barth's avatar
    Right-aligned text paints offscreen sometimes · 69a0689a
    Adam Barth authored
    We were assuming that the text extended from 0.0 to its max content width.
    That's not correct for right-aligned text. Instead, we need to layout the text
    again at the width we want it to occupy.
    69a0689a
label.dart 1.55 KB