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:
parent
bd815cd81b
commit
0cba1a357f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user