From 419f041291fb42d8cb49104d54abdc952cda360a Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Wed, 8 Nov 2017 12:12:27 +0900 Subject: [PATCH] Fix text alignment --- osu.Game/Screens/Menu/IntroSequence.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/osu.Game/Screens/Menu/IntroSequence.cs b/osu.Game/Screens/Menu/IntroSequence.cs index 70d4bb4016..a207af629a 100644 --- a/osu.Game/Screens/Menu/IntroSequence.cs +++ b/osu.Game/Screens/Menu/IntroSequence.cs @@ -104,6 +104,7 @@ namespace osu.Game.Screens.Menu Anchor = Anchor.Centre, Origin = Anchor.Centre, Text = "welcome", + Padding = new MarginPadding { Bottom = 10 }, Font = @"Exo2.0-Light", TextSize = 42, },