1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 10:03:05 +08:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,