Drop container from name

This commit is contained in:
smoogipoo
2019-08-13 14:09:10 +09:00
parent 5681d1097c
commit 8d3f2f7645
2 changed files with 12 additions and 5 deletions

View File

@ -16,7 +16,7 @@ using osuTK;
namespace osu.Game.Overlays.Profile.Header.Components
{
public class PreviousUsernamesContainer : CompositeDrawable
public class PreviousUsernames : CompositeDrawable
{
private const int duration = 200;
private const int margin = 10;
@ -29,7 +29,7 @@ namespace osu.Game.Overlays.Profile.Header.Components
private readonly Box background;
private readonly SpriteText header;
public PreviousUsernamesContainer()
public PreviousUsernames()
{
HoverIconContainer hoverIcon;