1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Use MinValue instead

Co-authored-by: Salman Ahmed <slmanarendo1950@gmail.com>
This commit is contained in:
Dean Herbert 2021-02-10 11:31:34 +09:00 committed by GitHub
parent d9dcf8a042
commit e44667e5e0
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.With(h => h.Depth = -float.MaxValue),
Header.With(h => h.Depth = float.MinValue),
content = new Container
{
RelativeSizeAxes = Axes.X,