Add spacing to match osu-web

Note: due to osu-web using flex to even out the spacing and me not being able to implement the same behaviour here, I added a static margin to separate the title from the diffname above. This looks better than the previous state in most cases, the only scenario where this differs somehow visibly from web is on mapsets with large numbers of difficulties.
This commit is contained in:
TheWildTree 2020-02-04 21:53:23 +01:00
parent 86c0b50983
commit c1b8445b00
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ public Header()
{
Direction = FillDirection.Horizontal,
AutoSizeAxes = Axes.Both,
Margin = new MarginPadding { Top = 15 },
Children = new Drawable[]
{
title = new OsuSpriteText