mirror of https://github.com/ppy/osu
Fix notification overlay not being in correct place in test scene
This commit is contained in:
parent
f00967388a
commit
16e3a19738
|
@ -201,7 +201,11 @@ private class TestContainer : Container
|
|||
public ChannelManager ChannelManager { get; } = new ChannelManager();
|
||||
|
||||
[Cached]
|
||||
public NotificationOverlay NotificationOverlay { get; } = new NotificationOverlay();
|
||||
public NotificationOverlay NotificationOverlay { get; } = new NotificationOverlay
|
||||
{
|
||||
Anchor = Anchor.TopRight,
|
||||
Origin = Anchor.TopRight,
|
||||
};
|
||||
|
||||
[Cached]
|
||||
public ChatOverlay ChatOverlay { get; } = new ChatOverlay();
|
||||
|
|
Loading…
Reference in New Issue