1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 00:42:55 +08:00

Apply changes to overlays

This commit is contained in:
Andrei Zavatski 2020-07-21 20:11:10 +03:00
parent e96f8f1cb6
commit 0145ca09e5
2 changed files with 3 additions and 1 deletions

View File

@ -93,7 +93,7 @@ namespace osu.Game.Overlays
} }
}); });
ContentSidePadding = 70; ContentSidePadding = 50;
} }
[BackgroundDependencyLoader] [BackgroundDependencyLoader]

View File

@ -23,6 +23,8 @@ namespace osu.Game.Overlays.Profile
public ProfileHeader() public ProfileHeader()
{ {
ContentSidePadding = 70;
User.ValueChanged += e => updateDisplay(e.NewValue); User.ValueChanged += e => updateDisplay(e.NewValue);
TabControl.AddItem("info"); TabControl.AddItem("info");