fix NotificationOverlay going out of bounds at the bottom

also fixes the overlap with the Toolbar at the top
This commit is contained in:
Aergwyn
2017-12-23 14:33:43 +01:00
parent 7956a284a5
commit 9bb0cda525
3 changed files with 42 additions and 35 deletions

View File

@ -209,6 +209,7 @@ namespace osu.Game
loadComponentSingleFile(notificationOverlay = new NotificationOverlay
{
GetToolbarHeight = () => ToolbarOffset,
Depth = -4,
Anchor = Anchor.TopRight,
Origin = Anchor.TopRight,