improv(input): adjust minimum and max speed ranges

This commit is contained in:
Michael Aaron Murphy 2024-02-19 16:03:01 +01:00 committed by Michael Murphy
parent 4854cc07cb
commit a940bef647
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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