Fix DirectOverlay expanding under the Toolbar

This commit is contained in:
DrabWeb 2017-05-21 18:52:30 -03:00
parent eb77c94150
commit 8c77f85667
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ protected override void LoadComplete()
});
//overlay elements
LoadComponentAsync(direct = new DirectOverlay { Depth = -1 }, overlayContent.Add);
LoadComponentAsync(direct = new DirectOverlay { Depth = -1 }, mainContent.Add);
LoadComponentAsync(chat = new ChatOverlay { Depth = -1 }, mainContent.Add);
LoadComponentAsync(settings = new SettingsOverlay { Depth = -1 }, overlayContent.Add);
LoadComponentAsync(musicController = new MusicController