diff --git a/osu.Game/Overlays/Profile/Header/Components/PreviousUsernamesDisplay.cs b/osu.Game/Overlays/Profile/Header/Components/PreviousUsernamesDisplay.cs index 634e6c5209..dce5c84d12 100644 --- a/osu.Game/Overlays/Profile/Header/Components/PreviousUsernamesDisplay.cs +++ b/osu.Game/Overlays/Profile/Header/Components/PreviousUsernamesDisplay.cs @@ -86,9 +86,8 @@ public PreviousUsernamesDisplay() RelativeSizeAxes = Axes.X, AutoSizeAxes = Axes.Y, Direction = FillDirection.Full, - // Prevents the tooltip of having a sudden size reduction - // and flickering when the text is being faded out. - // Also prevents a potential OnHover/HoverLost infinite loop + // Prevents the tooltip of having a sudden size reduction and flickering when the text is being faded out. + // Also prevents a potential OnHover/HoverLost feedback loop. AlwaysPresent = true, Margin = new MarginPadding { Bottom = margin, Top = margin / 2f } }