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:
parent
c7313b4198
commit
57ecc3a6df
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user