mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 12:23:22 +08:00
Update ProgressNotification
font spec to match other notifications
This commit is contained in:
parent
85442fe032
commit
8b9ccc66b7
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user