1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 08:22:56 +08:00

Reduce the tooltip max width

This commit is contained in:
jkh675 2024-08-02 19:44:55 +08:00
parent f6ca4b2339
commit 8265e7ce31

View File

@ -27,7 +27,7 @@ namespace osu.Game.Graphics.Cursor
public partial class OsuTooltip : Tooltip
{
private const float max_width = 1024;
private const float max_width = 500;
private readonly Box background;
private readonly TextFlowContainer text;