mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Remove unnecessary negative spacing from thread names
Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
This commit is contained in:
@ -39,7 +39,6 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
new OsuTextFlowContainer(cp =>
|
new OsuTextFlowContainer(cp =>
|
||||||
{
|
{
|
||||||
cp.Font = OsuFont.Default.With(weight: FontWeight.SemiBold);
|
cp.Font = OsuFont.Default.With(weight: FontWeight.SemiBold);
|
||||||
cp.Spacing = new Vector2(-1);
|
|
||||||
})
|
})
|
||||||
{
|
{
|
||||||
AutoSizeAxes = Axes.Both,
|
AutoSizeAxes = Axes.Both,
|
||||||
|
Reference in New Issue
Block a user