1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 20:20:16 +08:00

Adjust profile ruleset selector to new design

Looks weird with `AlwaysPresent`.
This commit is contained in:
Salman Ahmed
2022-04-29 12:19:47 +03:00
Unverified
parent 3829d27845
commit 4016fe1e19
@@ -23,7 +23,7 @@ namespace osu.Game.Overlays.Profile.Header.Components
isDefault = value;
icon.FadeTo(isDefault ? 1 : 0, 200, Easing.OutQuint);
icon.Alpha = isDefault ? 1 : 0;
}
}
@@ -47,7 +47,6 @@ namespace osu.Game.Overlays.Profile.Header.Components
Origin = Anchor.Centre,
Anchor = Anchor.Centre,
Alpha = 0,
AlwaysPresent = true,
Icon = FontAwesome.Solid.Star,
Size = new Vector2(12),
});