1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 03:27:24 +08:00

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
commit d91e17542a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,