1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Fix header text could be sticked together

This commit is contained in:
Andrei Zavatski 2019-11-06 13:07:25 +03:00
parent 0f53725005
commit 423e26a4d1

View File

@ -76,6 +76,7 @@ namespace osu.Game.Overlays.Rankings.Tables
Text = text;
Font = OsuFont.GetFont(size: 12);
Margin = new MarginPadding { Horizontal = 10 };
}
[BackgroundDependencyLoader]