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

@ -66,12 +66,14 @@ namespace osu.Game.Modes.UI
Anchor = Anchor.Centre,
Icon = FontAwesome.fa_osu_mod_bg,
Shadow = true,
TextSize = 20
},
modIcon = new TextAwesome
{
Origin = Anchor.Centre,
Anchor = Anchor.Centre,
Colour = OsuColour.Gray(84),
TextSize = 20
},
};