Move DateTooltip to it's on file

This commit is contained in:
Andrei Zavatski
2020-07-07 16:46:17 +03:00
parent 447cd17cf6
commit bdec13d4a4
3 changed files with 79 additions and 68 deletions

View File

@ -158,7 +158,7 @@ namespace osu.Game.Overlays.News
private class DateContainer : CircularContainer, IHasCustomTooltip
{
public ITooltip GetCustomTooltip() => new DrawableDate.DateTooltip();
public ITooltip GetCustomTooltip() => new DateTooltip();
public object TooltipContent => date;