1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-17 15:33:35 +08:00

Use ghost icon in NoResultsPlaceholder

This commit is contained in:
marvin
2025-06-04 19:58:55 +02:00
Unverified
parent 7ecf81d3a0
commit 8d1702fbac
@@ -27,7 +27,7 @@ namespace osu.Game.Screens.SelectV2
private LinkFlowContainer textFlow = null!;
private SpriteIcon icon = null!;
private GhostIcon icon = null!;
[Resolved]
private BeatmapManager beatmaps { get; set; } = null!;
@@ -71,13 +71,9 @@ namespace osu.Game.Screens.SelectV2
AutoSizeAxes = Axes.Y,
Children = new Drawable[]
{
icon = new SpriteIcon
icon = new GhostIcon
{
Icon = FontAwesome.Solid.Ghost,
Anchor = Anchor.TopCentre,
Origin = Anchor.TopCentre,
Margin = new MarginPadding(10),
Size = new Vector2(50),
RelativeSizeAxes = Axes.Both,
},
new OsuSpriteText
{