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