We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 390928f commit e80f4d2Copy full SHA for e80f4d2
examples/demo/src/apps/wrapping.rs
@@ -34,6 +34,8 @@ impl Show for WrappingExample {
34
35
fn show(&mut self, ui: &mut Ui) {
36
ui.hyperlink_to("Source", "https://github.com/dmackdev/egui_json_tree/blob/master/examples/demo/src/apps/wrapping.rs");
37
+ ui.label("Use the controls below to configure the text wrapping options for primitive JSON values within the visualisation.");
38
+ ui.label("Text is truncated when it cannot fit in the specified width and number of rows.");
39
ui.add_space(10.0);
40
41
self.show_max_rows_controls(ui);
0 commit comments