some cursor funnsies
This commit is contained in:
parent
d384886071
commit
d77bae9de2
1 changed files with 1 additions and 2 deletions
|
@ -258,7 +258,6 @@ impl Launcher {
|
||||||
Task::none()
|
Task::none()
|
||||||
},
|
},
|
||||||
Message::HoverEnter() => {
|
Message::HoverEnter() => {
|
||||||
// mouse::Cursor::
|
|
||||||
Task::none()
|
Task::none()
|
||||||
}
|
}
|
||||||
_ => Task::none(),
|
_ => Task::none(),
|
||||||
|
@ -312,7 +311,7 @@ impl Launcher {
|
||||||
border: border::rounded(5),
|
border: border::rounded(5),
|
||||||
..button::Style::default()
|
..button::Style::default()
|
||||||
}
|
}
|
||||||
})).on_enter(Message::HoverEnter()))
|
})).interaction(iced::mouse::Interaction::Pointer))
|
||||||
])
|
])
|
||||||
.width(Length::Fill)
|
.width(Length::Fill)
|
||||||
.style(move |_theme| style_container(180.0))
|
.style(move |_theme| style_container(180.0))
|
||||||
|
|
Loading…
Reference in a new issue