In some context, it would be useful to have ui.label(txt) defaults to truncate, such as we don't have to change them all for ui.add(egui::Label::new(txt).truncate(true)). Likewise, it would be nice to have a ui.label_truncated() helper (though each might be suited for different situations).
As per:
In some context, it would be useful to have
ui.label(txt)defaults to truncate, such as we don't have to change them all forui.add(egui::Label::new(txt).truncate(true)). Likewise, it would be nice to have aui.label_truncated()helper (though each might be suited for different situations).As per:
ListItemstyle for the component list (in the Selection Panel when an entity is selected) rerun-io/rerun#4161 (comment)