mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 06:20:02 +08:00
Fix text anchor for mania tooltip
This commit is contained in:
@@ -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,
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user