improv(input): adjust minimum and max speed ranges
This commit is contained in:
parent
4854cc07cb
commit
a940bef647
2 changed files with 2 additions and 2 deletions
|
|
@ -62,7 +62,7 @@ fn mouse() -> Section<crate::pages::Message> {
|
|||
))
|
||||
.add(
|
||||
settings::item::builder(&*MOUSE_SPEED).control(widget::slider(
|
||||
0.0..=100.0,
|
||||
1.0..=80.0,
|
||||
(input
|
||||
.input_default
|
||||
.acceleration
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ fn touchpad() -> Section<crate::pages::Message> {
|
|||
))
|
||||
.add(
|
||||
settings::item::builder(&*TOUCHPAD_SPEED).control(widget::slider(
|
||||
0.0..=100.0,
|
||||
10.0..=90.0,
|
||||
(input
|
||||
.input_touchpad
|
||||
.acceleration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue