mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 02:22:59 +08:00
Reduce the tooltip max width
This commit is contained in:
parent
f6ca4b2339
commit
8265e7ce31
@ -27,7 +27,7 @@ namespace osu.Game.Graphics.Cursor
|
|||||||
|
|
||||||
public partial class OsuTooltip : Tooltip
|
public partial class OsuTooltip : Tooltip
|
||||||
{
|
{
|
||||||
private const float max_width = 1024;
|
private const float max_width = 500;
|
||||||
|
|
||||||
private readonly Box background;
|
private readonly Box background;
|
||||||
private readonly TextFlowContainer text;
|
private readonly TextFlowContainer text;
|
||||||
|
Loading…
Reference in New Issue
Block a user