mirror of
https://github.com/ppy/osu.git
synced 2026-05-24 06:19:55 +08:00
Adjust profile ruleset selector to new design
Looks weird with `AlwaysPresent`.
This commit is contained in:
@@ -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),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user