Add Ellipsize to buffer line layout

This commit is contained in:
Jeremy Soller 2026-02-19 09:18:08 -07:00 committed by Ashley Wulber
parent c1edb81084
commit f2ef716ad5
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820

View file

@ -71,6 +71,7 @@ impl Text {
self.size.0,
None,
cosmic_text::Wrap::None,
cosmic_text::Ellipsize::None,
None,
8,
cosmic_text::Hinting::Disabled,