We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 690dc2d commit 0ba0418Copy full SHA for 0ba0418
crates/egui/src/context.rs
@@ -328,7 +328,7 @@ impl Context {
328
sense: Sense,
329
enabled: bool,
330
) -> Response {
331
- let gap = 0.5; // Just to make sure we don't accidentally hover two things at once (a small eps should be sufficient).
+ let gap = 0.1; // Just to make sure we don't accidentally hover two things at once (a small eps should be sufficient).
332
333
// Make it easier to click things:
334
let interact_rect = rect.expand2(
0 commit comments