1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-13 20:07:25 +08:00

Fix incorrect header depth in OnlineOverlay

This commit is contained in:
Andrei Zavatski 2021-02-09 20:30:31 +03:00
parent 60cf89b366
commit d9dcf8a042

View File

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