1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 01:27:29 +08:00

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,
Origin = Anchor.CentreLeft,
AutoSizeAxes = Axes.Both,
Margin = new MarginPadding { Right = 20 },
Child = CreateModsCell()
};
}