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

@ -53,6 +53,7 @@ namespace osu.Game.Overlays.Notifications
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Icon = icon,
TextSize = 20
}
});