1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 16:32:54 +08:00

Remove unnecessary tooltip text

This commit is contained in:
smoogipoo 2019-07-18 20:17:19 +09:00
parent ca72409dc2
commit f87e9b8017

View File

@ -19,8 +19,8 @@ namespace osu.Game.Overlays.Profile.Sections
protected BeatmapMetadataContainer(BeatmapInfo beatmap)
{
this.beatmap = beatmap;
AutoSizeAxes = Axes.Both;
TooltipText = $"{beatmap.Metadata.Artist} - {beatmap.Metadata.Title}";
}
[BackgroundDependencyLoader(true)]