From a6acd00908ffd82ce1b43b8e1f1d839ee3906ec7 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Tue, 12 Sep 2023 15:46:05 +0900 Subject: [PATCH] Reword inline comment --- .../Profile/Header/Components/PreviousUsernamesDisplay.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 } }