Rename panels

This commit is contained in:
Dean Herbert
2020-04-21 20:55:33 +09:00
parent 9b9b710ded
commit ed9663985b
7 changed files with 16 additions and 16 deletions

View File

@ -33,7 +33,7 @@ namespace osu.Game.Overlays.Profile.Sections.Beatmaps
protected override Drawable CreateDrawableItem(APIBeatmapSet model) => !model.OnlineBeatmapSetID.HasValue
? null
: new BeatmapPanelGrid(model.ToBeatmapSet(Rulesets))
: new GridBeatmapPanel(model.ToBeatmapSet(Rulesets))
{
Anchor = Anchor.TopCentre,
Origin = Anchor.TopCentre,