1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 04:09:54 +08:00

Remove unnecessary masking spec

It was clipping the daily challenge completion checkmark, and it
originates in some veeeeery old code where the profile overlay looked
and behaved very differently (0fa0271878).
This commit is contained in:
Bartłomiej Dach
2025-01-17 10:40:26 +01:00
Unverified
parent b215073957
commit a67a68c596
@@ -41,7 +41,6 @@ namespace osu.Game.Overlays.Profile.Header.Components
AutoSizeAxes = Axes.Y,
AutoSizeDuration = 200,
AutoSizeEasing = Easing.OutQuint,
Masking = true,
Direction = FillDirection.Vertical,
Spacing = new Vector2(0, 15),
Children = new Drawable[]