Change default speed
This commit is contained in:
parent
f6b8d8bca3
commit
dfa38a9e6d
|
|
@ -31,7 +31,7 @@ pub struct ScrollView {
|
|||
impl Default for ScrollView {
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
scroll_speed: 500.0,
|
||||
scroll_speed: 100.0,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue