1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-24 19:17:20 +08:00

Revert "Fix text anchor for mania tooltip"

This reverts commit c0b6e784a5076dbaf6addbfdae00bdebd35c3f6f.

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
parent cfdb959cf6
commit ecb7a809f2
No known key found for this signature in database

View File

@ -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,
}
};
}