Change default DnD scroll delay-ms to 100

This commit is contained in:
Ivan Molodetskikh
2025-02-19 07:49:09 +03:00
parent dca187de37
commit 7478784343
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1137,7 +1137,7 @@ impl Default for DndEdgeViewScroll {
fn default() -> Self {
Self {
trigger_width: FloatOrInt(30.), // Taken from GTK 4.
delay_ms: 50,
delay_ms: 100,
max_speed: FloatOrInt(1500.),
}
}
@@ -4288,7 +4288,7 @@ mod tests {
trigger_width: FloatOrInt(
10.0,
),
delay_ms: 50,
delay_ms: 100,
max_speed: FloatOrInt(
50.0,
),