mirror of
https://github.com/ppy/osu.git
synced 2026-05-24 02:49:54 +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:
@@ -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,
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user