1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 22:07:28 +08:00

Add some padding to leaderboard.

This commit is contained in:
Dean Herbert 2017-03-15 14:42:51 +09:00
parent c1f56c7c0e
commit dfc4bccbe0
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -5,6 +5,7 @@ using System.Collections.Generic;
using OpenTK;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Primitives;
using osu.Game.Modes;
namespace osu.Game.Screens.Select.Leaderboards
@ -53,6 +54,7 @@ namespace osu.Game.Screens.Select.Leaderboards
RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y,
Spacing = new Vector2(0f, 5f),
Padding = new MarginPadding(5),
},
},
},