Remove unnecessary depth specification

This commit is contained in:
Dean Herbert 2021-02-09 18:30:05 +09:00
parent 3206c7cbae
commit b5fa950800
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ protected OnlineOverlay(OverlayColourScheme colourScheme)
Direction = FillDirection.Vertical,
Children = new Drawable[]
{
Header.With(h => h.Depth = -float.MaxValue),
Header,
content = new Container
{
RelativeSizeAxes = Axes.X,