Merge pull request #11718 from EVAST9919/overlay-header-fix

Fix incorrect header depth in OnlineOverlay
This commit is contained in:
Dan Balasescu
2021-02-10 12:58:48 +09:00
committed by GitHub

View File

@ -32,7 +32,7 @@ namespace osu.Game.Overlays
Direction = FillDirection.Vertical,
Children = new Drawable[]
{
Header,
Header.With(h => h.Depth = float.MinValue),
content = new Container
{
RelativeSizeAxes = Axes.X,