1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 05:22:54 +08:00

Adjust horizontal padding in tournament sprite text

This commit is contained in:
Salman Ahmed 2023-10-28 08:30:59 +03:00
parent e2788a22b1
commit 832e30c31a

View File

@ -29,8 +29,8 @@ namespace osu.Game.Tournament.Components
{
Colour = TournamentGame.ELEMENT_FOREGROUND_COLOUR,
Font = OsuFont.Torus.With(weight: FontWeight.SemiBold, size: 50),
Padding = new MarginPadding { Left = 10, Right = 20 },
Text = text
Padding = new MarginPadding { Horizontal = 10 },
Text = text,
}
};
}