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:
parent
778497b9e2
commit
b8cb2c1b82
@ -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();
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user