mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 12:17:46 +08:00
Remove unnecessary depth specification
This commit is contained in:
parent
3206c7cbae
commit
b5fa950800
@ -32,7 +32,7 @@ namespace osu.Game.Overlays
|
|||||||
Direction = FillDirection.Vertical,
|
Direction = FillDirection.Vertical,
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
Header.With(h => h.Depth = -float.MaxValue),
|
Header,
|
||||||
content = new Container
|
content = new Container
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
|
Loading…
Reference in New Issue
Block a user