mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 05:53:10 +08:00
Change global overlay ordering so notification toasts display above settings
This commit is contained in:
parent
b8300ae60a
commit
e9cfaa76c9
@ -804,8 +804,8 @@ namespace osu.Game
|
||||
Children = new Drawable[]
|
||||
{
|
||||
overlayContent = new Container { RelativeSizeAxes = Axes.Both },
|
||||
rightFloatingOverlayContent = new Container { RelativeSizeAxes = Axes.Both },
|
||||
leftFloatingOverlayContent = new Container { RelativeSizeAxes = Axes.Both },
|
||||
rightFloatingOverlayContent = new Container { RelativeSizeAxes = Axes.Both },
|
||||
}
|
||||
},
|
||||
topMostOverlayContent = new Container { RelativeSizeAxes = Axes.Both },
|
||||
|
Loading…
Reference in New Issue
Block a user