Adjust metrics to align logo pieces correctly on gameplay / map pool

This commit is contained in:
Dean Herbert
2020-03-12 14:26:39 +09:00
parent 7b1ac03b18
commit ec1c6f88ee
5 changed files with 14 additions and 4 deletions

View File

@ -15,7 +15,7 @@ namespace osu.Game.Tournament.Components
{
InternalChild = new TextSprite();
Height = 25;
Height = 22;
RelativeSizeAxes = Axes.X;
}