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
@@ -37,7 +37,7 @@ fn build_transport() -> Result<UreqTransport, String> {
|
||||
fn placeholder<Rsc: HasEvents>(rsc: &mut Rsc, message: &str) -> StrongWidget {
|
||||
wtext(message.to_string())
|
||||
.color(PaintId::WHITE)
|
||||
.wrap(true)
|
||||
.overflow(TextOverflow::Wrap)
|
||||
.pad(16)
|
||||
.add_strong(rsc)
|
||||
.any()
|
||||
|
||||
Reference in new issue
Block a user