mirror of
https://github.com/ppy/osu
synced 2025-02-15 09:37:07 +00:00
Add margin for mods
This commit is contained in:
parent
adab31fd58
commit
7239ebf5de
@ -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()
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user