Apply suggestions

This commit is contained in:
Andrei Zavatski
2020-07-21 22:56:44 +03:00
parent 0145ca09e5
commit ad9492804a
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ namespace osu.Game.Overlays.Profile
public ProfileHeader()
{
ContentSidePadding = 70;
ContentSidePadding = UserProfileOverlay.CONTENT_X_MARGIN;
User.ValueChanged += e => updateDisplay(e.NewValue);