1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-18 10:02:54 +08:00

Fix text anchor for mania tooltip

This commit is contained in:
Nicholas Chin 2024-12-13 21:58:23 +08:00
parent a22f3416d6
commit c0b6e784a5

View File

@ -80,6 +80,7 @@ namespace osu.Game.Graphics.Cursor
Margin = new MarginPadding(5),
AutoSizeAxes = Axes.Both,
MaximumSize = new Vector2(max_width, float.PositiveInfinity),
TextAnchor = Anchor.TopCentre,
}
};
}