1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 10:12:54 +08:00

Update ProgressNotification font spec to match other notifications

This commit is contained in:
Dean Herbert 2022-08-31 12:49:28 +09:00
parent 85442fe032
commit 8b9ccc66b7

View File

@ -173,7 +173,7 @@ namespace osu.Game.Overlays.Notifications
public ProgressNotification()
{
Content.Add(textDrawable = new OsuTextFlowContainer
Content.Add(textDrawable = new OsuTextFlowContainer(t => t.Font = t.Font.With(size: 14, weight: FontWeight.Medium))
{
AutoSizeAxes = Axes.Y,
RelativeSizeAxes = Axes.X,