Add spacing to diff icons on direct panels

This commit is contained in:
Joehu
2019-09-02 10:59:43 -07:00
parent 3443a9517f
commit 5d3f3b7cc2
2 changed files with 2 additions and 0 deletions

View File

@ -129,6 +129,7 @@ namespace osu.Game.Overlays.Direct
AutoSizeAxes = Axes.X,
Height = 20,
Margin = new MarginPadding { Top = vertical_padding, Bottom = vertical_padding },
Spacing = new Vector2(3),
Children = GetDifficultyIcons(colours),
},
},