mirror of https://github.com/ppy/osu
Remove unnecessary depth specification
This commit is contained in:
parent
3206c7cbae
commit
b5fa950800
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue