1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 05:22:54 +08:00
This commit is contained in:
smoogipoo 2019-02-20 20:52:56 +09:00
parent cc33f230b4
commit 062196c7da

View File

@ -115,7 +115,7 @@ namespace osu.Game.Overlays.Notifications
RelativeSizeAxes = Axes.Both,
});
Content.Add(textDrawable = new OsuTextFlowContainer(t => t.Font = OsuFont.Default)
Content.Add(textDrawable = new OsuTextFlowContainer
{
Colour = OsuColour.Gray(128),
AutoSizeAxes = Axes.Y,