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:
parent
e96f8f1cb6
commit
0145ca09e5
@ -93,7 +93,7 @@ namespace osu.Game.Overlays
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
ContentSidePadding = 70;
|
ContentSidePadding = 50;
|
||||||
}
|
}
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
|
@ -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");
|
||||||
|
Loading…
Reference in New Issue
Block a user