1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 22:21:10 +08:00

Merge pull request #35044 from Joehuu/old-badge-alignment

Match profile badge centre alignment with web
This commit is contained in:
Bartłomiej Dach
2025-09-29 15:57:47 +09:00
committed by GitHub
Unverified
@@ -31,6 +31,8 @@ namespace osu.Game.Overlays.Profile.Header.Components
{
Child = new Sprite
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
FillMode = FillMode.Fit,
RelativeSizeAxes = Axes.Both,
Texture = textures.Get(badge.ImageUrl),