feat: add Ellipsize to widgets
This commit is contained in:
parent
f2ef716ad5
commit
cc670e1966
18 changed files with 181 additions and 9 deletions
|
|
@ -1847,6 +1847,7 @@ where
|
|||
align_y: alignment::Vertical::Center,
|
||||
shaping: text::Shaping::Basic,
|
||||
wrapping: text::Wrapping::None,
|
||||
ellipsize: text::Ellipsize::None,
|
||||
};
|
||||
|
||||
if self.vertical {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue