mirror of
https://github.com/ppy/osu
synced 2025-02-15 17:47:28 +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,
|
Anchor = Anchor.CentreLeft,
|
||||||
Origin = Anchor.CentreLeft,
|
Origin = Anchor.CentreLeft,
|
||||||
AutoSizeAxes = Axes.Both,
|
AutoSizeAxes = Axes.Both,
|
||||||
|
Margin = new MarginPadding { Right = 20 },
|
||||||
Child = CreateModsCell()
|
Child = CreateModsCell()
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user