mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 04:53:12 +08:00
Fix header text could be sticked together
This commit is contained in:
parent
0f53725005
commit
423e26a4d1
@ -76,6 +76,7 @@ namespace osu.Game.Overlays.Rankings.Tables
|
|||||||
|
|
||||||
Text = text;
|
Text = text;
|
||||||
Font = OsuFont.GetFont(size: 12);
|
Font = OsuFont.GetFont(size: 12);
|
||||||
|
Margin = new MarginPadding { Horizontal = 10 };
|
||||||
}
|
}
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
|
Loading…
Reference in New Issue
Block a user