Lower paging distance

This commit is contained in:
2025-07-22 14:16:28 +02:00
parent a663de3ca0
commit 8f16741705

View File

@ -220,7 +220,7 @@ impl FileEditor {
}); });
}); });
self.scroll_delta = scroll_area.inner_rect.height() * 0.9; self.scroll_delta = scroll_area.inner_rect.height() * 0.5;
}); });
} }