Update font awesome usage

This commit is contained in:
Dean Herbert
2019-04-02 19:55:24 +09:00
parent b59e86f12e
commit f1952c0816
107 changed files with 173 additions and 173 deletions

View File

@ -175,7 +175,7 @@ namespace osu.Game.Overlays.Notifications
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Icon = FontAwesome.TimesCircle,
Icon = FontAwesome.Solid.TimesCircle,
Size = new Vector2(20),
}
};

View File

@ -12,7 +12,7 @@ namespace osu.Game.Overlays.Notifications
{
public ProgressCompletionNotification()
{
Icon = FontAwesome.Check;
Icon = FontAwesome.Solid.Check;
}
[BackgroundDependencyLoader]

View File

@ -27,7 +27,7 @@ namespace osu.Game.Overlays.Notifications
}
}
private IconUsage icon = FontAwesome.InfoCircle;
private IconUsage icon = FontAwesome.Solid.InfoCircle;
public IconUsage Icon
{