mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 23:12:56 +08:00
Adjust profile ruleset selector to new design
Looks weird with `AlwaysPresent`.
This commit is contained in:
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),
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user