Improve paddings of collection management dialog

This commit is contained in:
Dean Herbert
2020-09-08 12:51:42 +09:00
parent ab58f60529
commit 3e96c6d036
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,6 @@ namespace osu.Game.Collections
public DrawableCollectionListItem(BeatmapCollection item)
: base(item)
{
Padding = new MarginPadding { Right = 20 };
}
protected override Drawable CreateContent() => new ItemContent(Model);