1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 04:59:54 +08:00

Merge pull request #26565 from peppy/fix-leaderboard-display

Fix some elements not showing on leaderboard scores when almost off-screen
This commit is contained in:
Bartłomiej Dach
2024-01-16 11:30:52 +01:00
committed by GitHub
Unverified
@@ -164,7 +164,8 @@ namespace osu.Game.Online.Leaderboards
{
Anchor = Anchor.BottomLeft,
Origin = Anchor.BottomLeft,
AutoSizeAxes = Axes.Both,
AutoSizeAxes = Axes.X,
Height = 28,
Direction = FillDirection.Horizontal,
Spacing = new Vector2(10f, 0f),
Children = new Drawable[]