Skip to content

Commit

Permalink
Revert "Fix text anchor for mania tooltip"
Browse files Browse the repository at this point in the history
This reverts commit c0b6e78.

The change affects editor and other stuff and I'm not sure it's correct.
It's not like client needs to match the appearance really. It already
doesn't in many places.
  • Loading branch information
bdach committed Dec 16, 2024
1 parent cfdb959 commit ecb7a80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion osu.Game/Graphics/Cursor/OsuTooltipContainer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ public OsuTooltip()
Margin = new MarginPadding(5),
AutoSizeAxes = Axes.Both,
MaximumSize = new Vector2(max_width, float.PositiveInfinity),
TextAnchor = Anchor.TopCentre,
}
};
}
Expand Down

0 comments on commit ecb7a80

Please sign in to comment.