Layout adjustments

This commit is contained in:
Andrei Zavatski
2019-11-03 14:31:23 +03:00
parent daefabf271
commit 48385dbdfe
4 changed files with 20 additions and 19 deletions

View File

@ -91,6 +91,7 @@ namespace osu.Game.Overlays.Rankings.Tables
public RowText()
{
Font = OsuFont.GetFont(size: TEXT_SIZE);
Margin = new MarginPadding { Horizontal = 10 };
}
}