Adjust gameplay area to match better

Also reduces size of score display to avoid hiding combos.
This commit is contained in:
Dean Herbert
2018-11-22 15:42:10 +09:00
parent cbf82f892d
commit 4e8c7a4dc0
3 changed files with 14 additions and 14 deletions

View File

@ -15,7 +15,7 @@ namespace osu.Game.Tournament.Screens.Showcase
public TournamentLogo()
{
RelativeSizeAxes = Axes.X;
Height = 100;
Height = 95;
Margin = new MarginPadding { Vertical = 5 };
}