mirror of
https://github.com/ppy/osu.git
synced 2025-01-19 11:32:54 +08:00
Reword inline comment
This commit is contained in:
parent
b4bedee49e
commit
a6acd00908
@ -86,9 +86,8 @@ namespace osu.Game.Overlays.Profile.Header.Components
|
||||
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 }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user