Fix typo "the close" -> "this close" in style.rs (#887)
This commit is contained in:
parent
5b9a349c26
commit
811b974003
1 changed files with 2 additions and 2 deletions
|
@ -154,10 +154,10 @@ impl Spacing {
|
||||||
#[cfg_attr(feature = "serde", derive(serde::Deserialize, serde::Serialize))]
|
#[cfg_attr(feature = "serde", derive(serde::Deserialize, serde::Serialize))]
|
||||||
#[cfg_attr(feature = "serde", serde(default))]
|
#[cfg_attr(feature = "serde", serde(default))]
|
||||||
pub struct Interaction {
|
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,
|
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,
|
pub resize_grab_radius_corner: f32,
|
||||||
|
|
||||||
/// If `false`, tooltips will show up anytime you hover anything, even is mouse is still moving
|
/// If `false`, tooltips will show up anytime you hover anything, even is mouse is still moving
|
||||||
|
|
Loading…
Reference in a new issue