Skip to content

Commit

Permalink
random sized
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk committed Dec 17, 2024
1 parent 3cc47f4 commit 65ed1aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/viewer/re_ui/examples/re_ui_example/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,16 +170,16 @@ impl eframe::App for ExampleApp {
}
if ui.button("Log warn").clicked() {
re_log::warn!(
"A lot of text on warn level.\nA lot of text in fact. So \
much that we should ideally be auto-wrapping it at some point, much \
earlier than this."
"A lot of text on warn level.\nA lot of text in fact."
);
}
if ui.button("Log error").clicked() {
re_log::error!(
"A lot of text on error level.\nA lot of text in fact. \
So much that we should ideally be auto-wrapping it at some point, much \
earlier than this."
earlier than this. Lorem ipsum sit dolor amet. Lorem ipsum sit dolor amet. \
Lorem ipsum sit dolor amet. Lorem ipsum sit dolor amet. Lorem ipsum sit dolor amet. \
Lorem ipsum sit dolor amet."
);
}
});
Expand Down

0 comments on commit 65ed1aa

Please sign in to comment.