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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user