From 74196823348350b2ec5ad1d871ca57fe4cb65e54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Dach?= Date: Sat, 27 Nov 2021 15:01:48 +0100 Subject: [PATCH] Move icon pill to beatmap card-specific namespace --- osu.Game/Beatmaps/Drawables/Cards/BeatmapCard.cs | 1 - .../Panels => Beatmaps/Drawables/Cards}/IconPill.cs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) rename osu.Game/{Overlays/BeatmapListing/Panels => Beatmaps/Drawables/Cards}/IconPill.cs (96%) diff --git a/osu.Game/Beatmaps/Drawables/Cards/BeatmapCard.cs b/osu.Game/Beatmaps/Drawables/Cards/BeatmapCard.cs index 76b1166626..37c1bacda4 100644 --- a/osu.Game/Beatmaps/Drawables/Cards/BeatmapCard.cs +++ b/osu.Game/Beatmaps/Drawables/Cards/BeatmapCard.cs @@ -23,7 +23,6 @@ using osu.Game.Online.API.Requests.Responses; using osu.Game.Overlays; using osu.Game.Overlays.BeatmapSet; using osuTK; -using osu.Game.Overlays.BeatmapListing.Panels; using osu.Game.Resources.Localisation.Web; using DownloadButton = osu.Game.Beatmaps.Drawables.Cards.Buttons.DownloadButton; diff --git a/osu.Game/Overlays/BeatmapListing/Panels/IconPill.cs b/osu.Game/Beatmaps/Drawables/Cards/IconPill.cs similarity index 96% rename from osu.Game/Overlays/BeatmapListing/Panels/IconPill.cs rename to osu.Game/Beatmaps/Drawables/Cards/IconPill.cs index 1cb6c84f13..c55e9c0a28 100644 --- a/osu.Game/Overlays/BeatmapListing/Panels/IconPill.cs +++ b/osu.Game/Beatmaps/Drawables/Cards/IconPill.cs @@ -8,7 +8,7 @@ using osu.Framework.Graphics.Sprites; using osuTK; using osuTK.Graphics; -namespace osu.Game.Overlays.BeatmapListing.Panels +namespace osu.Game.Beatmaps.Drawables.Cards { public class IconPill : CircularContainer {