mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 22:54:56 +08:00
Increase scroll amount slightly
This commit is contained in:
@@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user