mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Improve paddings of collection management dialog
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user