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:
parent
e2788a22b1
commit
832e30c31a
@ -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,
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user