Fix score panel being incorrectly vertically aligned on screen resize

This commit is contained in:
Dean Herbert
2020-09-24 12:49:32 +09:00
parent fb9d2cb05c
commit 5612357574
2 changed files with 5 additions and 3 deletions

View File

@ -99,6 +99,8 @@ namespace osu.Game.Screens.Ranking
{
var panel = new ScorePanel(score)
{
Anchor = Anchor.CentreLeft,
Origin = Anchor.CentreLeft,
PostExpandAction = () => PostExpandAction?.Invoke()
}.With(p =>
{