feat: add Ellipsize to widgets
This commit is contained in:
parent
f2ef716ad5
commit
cc670e1966
18 changed files with 181 additions and 9 deletions
|
|
@ -434,6 +434,7 @@ where
|
|||
align_y: alignment::Vertical::Top,
|
||||
shaping: text::Shaping::Advanced,
|
||||
wrapping: text::Wrapping::None,
|
||||
ellipsize: text::Ellipsize::default(),
|
||||
});
|
||||
|
||||
self.spans.clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue