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