1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 14:12:54 +08:00

Adjust padding on DrawableTopScore

This commit is contained in:
recapitalverb 2020-02-04 21:56:22 +07:00
parent bd815cd81b
commit 0cba1a357f

View File

@ -42,7 +42,12 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
{ {
RelativeSizeAxes = Axes.X, RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y, AutoSizeAxes = Axes.Y,
Padding = new MarginPadding(10), Padding = new MarginPadding
{
Vertical = 10,
Left = 10,
Right = 25,
},
Children = new Drawable[] Children = new Drawable[]
{ {
new AutoSizingGrid new AutoSizingGrid