Remove unnecessary negative spacing from thread names

Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
This commit is contained in:
Dean Herbert
2022-07-21 11:59:26 +09:00
committed by GitHub
parent c7313b4198
commit 57ecc3a6df

View File

@ -39,7 +39,6 @@ namespace osu.Game.Graphics.UserInterface
new OsuTextFlowContainer(cp =>
{
cp.Font = OsuFont.Default.With(weight: FontWeight.SemiBold);
cp.Spacing = new Vector2(-1);
})
{
AutoSizeAxes = Axes.Both,