From 25f6517fba6a83e9255d47521eabec8e606e18a0 Mon Sep 17 00:00:00 2001 From: Andrei Zavatski Date: Fri, 27 Dec 2019 03:53:01 +0300 Subject: [PATCH] Update dependency --- osu.Game/Overlays/Profile/ProfileHeader.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/osu.Game/Overlays/Profile/ProfileHeader.cs b/osu.Game/Overlays/Profile/ProfileHeader.cs index f9c7062c69..52baa57121 100644 --- a/osu.Game/Overlays/Profile/ProfileHeader.cs +++ b/osu.Game/Overlays/Profile/ProfileHeader.cs @@ -105,9 +105,8 @@ namespace osu.Game.Overlays.Profile { public ProfileHeaderTitle() { - Title = "Player"; - Section = "Info"; - X = -ICON_WIDTH; + Title = "player"; + Section = "info"; } [BackgroundDependencyLoader]