1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 00:42:55 +08:00

Fix TabControl wasn't on top of everything

This commit is contained in:
Andrei Zavatski 2019-12-26 22:16:20 +03:00
parent a1c91af095
commit e360aa4588

View File

@ -78,6 +78,7 @@ namespace osu.Game.Overlays
{
RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y,
Depth = -float.MaxValue,
Children = new Drawable[]
{
controlBackground = new Box