1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 21:02:55 +08:00

Increase scroll amount slightly

This commit is contained in:
Dean Herbert 2022-05-08 19:57:03 +09:00
parent 778497b9e2
commit b8cb2c1b82

View File

@ -213,7 +213,7 @@ namespace osu.Game.Overlays.Mods
// there is more horizontal content available. // there is more horizontal content available.
ScheduleAfterChildren(() => ScheduleAfterChildren(() =>
{ {
columnScroll.ScrollTo(100, false); columnScroll.ScrollTo(200, false);
columnScroll.ScrollToStart(); columnScroll.ScrollToStart();
}); });
} }