1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-06 22:45:53 +08:00

Add some padding to leaderboard.

This commit is contained in:
Dean Herbert
2017-03-15 14:42:51 +09:00
Unverified
parent c1f56c7c0e
commit dfc4bccbe0
@@ -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),
},
},
},