Add margin for mods

This commit is contained in:
smoogipoo 2019-03-27 13:57:26 +09:00
parent adab31fd58
commit 7239ebf5de

View File

@ -80,6 +80,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
Anchor = Anchor.CentreLeft, Anchor = Anchor.CentreLeft,
Origin = Anchor.CentreLeft, Origin = Anchor.CentreLeft,
AutoSizeAxes = Axes.Both, AutoSizeAxes = Axes.Both,
Margin = new MarginPadding { Right = 20 },
Child = CreateModsCell() Child = CreateModsCell()
}; };
} }