mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 08:32:57 +08:00
Fix differing anchor specs on statistics panel flow items
This commit is contained in:
parent
d5912165e9
commit
20bde40ce2
@ -157,8 +157,8 @@ namespace osu.Game.Screens.Ranking.Statistics
|
||||
|
||||
flow.Add(new StatisticItemContainer(item)
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Anchor = Anchor.TopCentre,
|
||||
Origin = Anchor.TopCentre,
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user