Add glow to beatmap groups

This commit is contained in:
Drew DeVault
2016-10-19 16:23:07 -04:00
parent bc959f74a5
commit 941687e091
2 changed files with 5 additions and 3 deletions

View File

@ -98,7 +98,7 @@ namespace osu.Game.GameModes.Play
{
setList = new FlowContainer
{
Padding = new MarginPadding { Top = 25, Bottom = 25 },
Padding = new MarginPadding { Left = 25, Top = 25, Bottom = 25 },
RelativeSizeAxes = Axes.X,
Size = new Vector2(1, 0),
Direction = FlowDirection.VerticalOnly,