Skip to content

Commit 3e9060f

Browse files
authored
Lower default max tooltip width from 720 to 600 (#11192)
1 parent 70b3256 commit 3e9060f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/viewer/re_ui/src/design_tokens.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ impl DesignTokens {
481481
egui_style.spacing.scroll.bar_width = 6.0;
482482
egui_style.spacing.scroll.bar_outer_margin = 2.0;
483483

484-
egui_style.spacing.tooltip_width = 720.0;
484+
egui_style.spacing.tooltip_width = 600.0;
485485

486486
egui_style.visuals.image_loading_spinners = false;
487487
}

0 commit comments

Comments
 (0)