Hard-code text size in cases it wasn't set.

This commit is contained in:
smoogipooo
2017-03-20 13:48:06 +09:00
parent 417045c37c
commit d27f37beb5
10 changed files with 14 additions and 2 deletions

View File

@ -54,6 +54,7 @@ namespace osu.Game.Graphics.UserInterface
Anchor = Anchor.CentreRight,
Origin = Anchor.CentreRight,
Margin = new MarginPadding { Right = 4 },
TextSize = 20
}
};
}