1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 12:23:22 +08:00

Trim whitespace

This commit is contained in:
jai_ 2017-12-29 19:16:43 +00:00 committed by GitHub
parent b1dd64983d
commit 6de41ba172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ namespace osu.Game.Overlays.Profile
public class SupporterIcon : CircularContainer, IHasToolTip
{
private readonly Box background;
public string TooltipText => "osu!supporter";
public SupporterIcon()