General refactorings

This commit is contained in:
smoogipoo
2020-09-07 21:08:48 +09:00
parent c1d255a04c
commit 98e9c4dc25
10 changed files with 95 additions and 40 deletions

View File

@ -18,7 +18,7 @@ namespace osu.Game.Tests.Visual.Collections
{
Children = new Drawable[]
{
new ManageCollectionDialog { State = { Value = Visibility.Visible } },
new ManageCollectionsDialog { State = { Value = Visibility.Visible } },
dialogOverlay = new DialogOverlay()
};
}