mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 09:03:01 +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)
|
flow.Add(new StatisticItemContainer(item)
|
||||||
{
|
{
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.TopCentre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.TopCentre,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user