1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00

fix: prevent flickering when hovering out

This commit is contained in:
tsrk. 2023-09-11 13:41:32 +02:00
parent 293b811062
commit f6031bc15f
No known key found for this signature in database
GPG Key ID: EBD46BB3049B56D6

View File

@ -84,6 +84,7 @@ namespace osu.Game.Overlays.Profile.Header.Components
RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y,
Direction = FillDirection.Full,
AlwaysPresent = true,
Margin = new MarginPadding { Bottom = margin, Top = margin / 2f }
}
}