DialogManager -> DialogOverlay, cleaned up how BeatmapDeletDialog works, added global DialogOverlay

This commit is contained in:
DrabWeb
2017-02-28 02:09:36 -04:00
parent 50d172be39
commit ce1798b8bc
8 changed files with 38 additions and 24 deletions

View File

@ -145,6 +145,8 @@ namespace osu.Game.Overlays.Dialog
public PopupDialog()
{
RelativeSizeAxes = Axes.Both;
Children = new Drawable[]
{
content = new Container