Add failing test case

This commit is contained in:
Bartłomiej Dach
2021-08-22 19:01:26 +02:00
parent f390e9a156
commit e4a8f72167
2 changed files with 29 additions and 0 deletions

View File

@ -449,8 +449,11 @@ namespace osu.Game.Screens.Select
{
public LocalisableString TooltipText { get; }
internal BeatmapStatistic Statistic { get; }
public InfoLabel(BeatmapStatistic statistic)
{
Statistic = statistic;
TooltipText = statistic.Name;
AutoSizeAxes = Axes.Both;