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

Update dependency

This commit is contained in:
Andrei Zavatski 2019-12-27 03:53:01 +03:00
parent e360aa4588
commit 25f6517fba

View File

@ -105,9 +105,8 @@ namespace osu.Game.Overlays.Profile
{ {
public ProfileHeaderTitle() public ProfileHeaderTitle()
{ {
Title = "Player"; Title = "player";
Section = "Info"; Section = "info";
X = -ICON_WIDTH;
} }
[BackgroundDependencyLoader] [BackgroundDependencyLoader]