1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 06:11:18 +08:00

Revert "Fix text anchor for mania tooltip"

This reverts commit c0b6e784a5.

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.
This commit is contained in:
Bartłomiej Dach
2024-12-16 13:18:45 +09:00
Unverified
parent cfdb959cf6
commit ecb7a809f2
@@ -80,7 +80,6 @@ namespace osu.Game.Graphics.Cursor
Margin = new MarginPadding(5),
AutoSizeAxes = Axes.Both,
MaximumSize = new Vector2(max_width, float.PositiveInfinity),
TextAnchor = Anchor.TopCentre,
}
};
}