mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:47:26 +08:00
Apply changes to overlays
This commit is contained in:
parent
e96f8f1cb6
commit
0145ca09e5
@ -93,7 +93,7 @@ namespace osu.Game.Overlays
|
||||
}
|
||||
});
|
||||
|
||||
ContentSidePadding = 70;
|
||||
ContentSidePadding = 50;
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
|
@ -23,6 +23,8 @@ namespace osu.Game.Overlays.Profile
|
||||
|
||||
public ProfileHeader()
|
||||
{
|
||||
ContentSidePadding = 70;
|
||||
|
||||
User.ValueChanged += e => updateDisplay(e.NewValue);
|
||||
|
||||
TabControl.AddItem("info");
|
||||
|
Loading…
Reference in New Issue
Block a user