1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-16 13:42:56 +08:00

Lower username font size a bit

This commit is contained in:
Joseph Madamba 2024-05-09 22:39:41 -07:00
parent 8a474f7d22
commit e8967ff3c5

View File

@ -266,7 +266,7 @@ namespace osu.Game.Online.Leaderboards
RelativeSizeAxes = Axes.X, RelativeSizeAxes = Axes.X,
Shear = -shear, Shear = -shear,
Text = user.Username, Text = user.Username,
Font = OsuFont.GetFont(size: 24, weight: FontWeight.SemiBold) Font = OsuFont.GetFont(size: 20, weight: FontWeight.SemiBold)
} }
} }
}, },