Add padding

This commit is contained in:
smoogipoo
2020-06-18 17:06:05 +09:00
parent c31a05977d
commit 6c8a24260b
2 changed files with 7 additions and 3 deletions

View File

@ -227,7 +227,7 @@ namespace osu.Game.Screens.Ranking
scorePanelList.HandleScroll = false;
panel.Tracking = false;
panel.MoveTo(new Vector2(scorePanelList.CurrentScrollPosition, panel.GetTrackingPosition().Y), 150, Easing.OutQuint);
panel.MoveTo(new Vector2(scorePanelList.CurrentScrollPosition + StatisticsPanel.SIDE_PADDING, panel.GetTrackingPosition().Y), 150, Easing.OutQuint);
}
}
}