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:
parent
60cf89b366
commit
d9dcf8a042
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user