iris: add positioned text overflow
This commit is contained in:
1 parent
cb5f11d21a
commit
1f0a7b5f94
22 files changed
+771
-43
No files matched your search
@@ -83,7 +83,7 @@ impl DesktopAppState for Client {
|
||||
Err(message) => {
|
||||
let text = wtext(format!("Couldn't fold the bench fixture: {message}"))
|
||||
.color(PaintId::WHITE)
|
||||
.wrap(true)
|
||||
.overflow(TextOverflow::Wrap)
|
||||
.pad(dp(16))
|
||||
.add_strong(rsc)
|
||||
.any();
|
||||
|
||||
Reference in new issue
Block a user