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:
parent
a22f3416d6
commit
c0b6e784a5
@ -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,
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user