This commit is contained in:
EXtremeExploit 2023-03-03 16:16:45 -03:00
parent ada610b907
commit edd37a9a7c
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,6 @@ using osu.Game.Graphics.Sprites;
using osu.Game.Users.Drawables; using osu.Game.Users.Drawables;
using osu.Framework.Input.Events; using osu.Framework.Input.Events;
using osu.Game.Online.API.Requests.Responses; using osu.Game.Online.API.Requests.Responses;
using osu.Game.Overlays.Profile.Header.Components;
namespace osu.Game.Users namespace osu.Game.Users
{ {

View File

@ -67,7 +67,7 @@ namespace osu.Game.Users
{ {
username.Anchor = Anchor.CentreLeft; username.Anchor = Anchor.CentreLeft;
username.Origin = Anchor.CentreLeft; username.Origin = Anchor.CentreLeft;
}), })
} }
}, },
new FillFlowContainer new FillFlowContainer