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