Skip to content

Commit

Permalink
Increase default tooltip delay from 300ms to 500ms
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed May 30, 2024
1 parent de48252 commit 7def5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui/src/style.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@ impl Default for Interaction {
resize_grab_radius_corner: 10.0,
interact_radius: 5.0,
show_tooltips_only_when_still: true,
tooltip_delay: 0.3,
tooltip_delay: 0.5,
selectable_labels: true,
multi_widget_text_select: true,
}
Expand Down

0 comments on commit 7def5fc

Please sign in to comment.