Change default speed

This commit is contained in:
Piotr Siuszko 2024-02-28 22:29:15 +01:00
parent f6b8d8bca3
commit dfa38a9e6d
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ pub struct ScrollView {
impl Default for ScrollView { impl Default for ScrollView {
fn default() -> Self { fn default() -> Self {
Self { Self {
scroll_speed: 500.0, scroll_speed: 100.0,
} }
} }
} }