Skip to content

Commit

Permalink
set width
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk committed Dec 17, 2024
1 parent f15162d commit 13a2d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/viewer/re_ui/src/notifications.rs
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ fn show_notification(
ui.vertical_centered(|ui| {
ui.horizontal_top(|ui| {
ui.style_mut().wrap_mode = Some(egui::TextWrapMode::Wrap);
ui.set_max_width(300.0);
ui.set_width(300.0);
ui.spacing_mut().item_spacing.x = 8.0;
log_level_icon(ui, notification.level);
ui.label(
Expand Down

0 comments on commit 13a2d8f

Please sign in to comment.