From 811b974003110f7d42a1c0d2252b2fab51e41141 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rasmus=20Br=C3=B6nneg=C3=A5rd?= <1162652+rasmusgo@users.noreply.github.com> Date: Tue, 28 Dec 2021 16:42:22 +0100 Subject: [PATCH] Fix typo "the close" -> "this close" in style.rs (#887) --- egui/src/style.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/egui/src/style.rs b/egui/src/style.rs index 137c426e..bb8159b4 100644 --- a/egui/src/style.rs +++ b/egui/src/style.rs @@ -154,10 +154,10 @@ impl Spacing { #[cfg_attr(feature = "serde", derive(serde::Deserialize, serde::Serialize))] #[cfg_attr(feature = "serde", serde(default))] pub struct Interaction { - /// Mouse must be the close to the side of a window to resize + /// Mouse must be this close to the side of a window to resize pub resize_grab_radius_side: f32, - /// Mouse must be the close to the corner of a window to resize + /// Mouse must be this close to the corner of a window to resize pub resize_grab_radius_corner: f32, /// If `false`, tooltips will show up anytime you hover anything, even is mouse is still moving