1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 19:22:54 +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.
ScheduleAfterChildren(() =>
{
columnScroll.ScrollTo(100, false);
columnScroll.ScrollTo(200, false);
columnScroll.ScrollToStart();
});
}