mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 22:02:56 +08:00
Adjust padding on DrawableTopScore
This commit is contained in:
parent
bd815cd81b
commit
0cba1a357f
@ -42,7 +42,12 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
|
||||
{
|
||||
RelativeSizeAxes = Axes.X,
|
||||
AutoSizeAxes = Axes.Y,
|
||||
Padding = new MarginPadding(10),
|
||||
Padding = new MarginPadding
|
||||
{
|
||||
Vertical = 10,
|
||||
Left = 10,
|
||||
Right = 25,
|
||||
},
|
||||
Children = new Drawable[]
|
||||
{
|
||||
new AutoSizingGrid
|
||||
|
Loading…
Reference in New Issue
Block a user