mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
DialogManager -> DialogOverlay, cleaned up how BeatmapDeletDialog works, added global DialogOverlay
This commit is contained in:
@ -145,6 +145,8 @@ namespace osu.Game.Overlays.Dialog
|
||||
|
||||
public PopupDialog()
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both;
|
||||
|
||||
Children = new Drawable[]
|
||||
{
|
||||
content = new Container
|
||||
|
Reference in New Issue
Block a user