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

Adjust sizing to allow for timing point information now being longer than before

This commit is contained in:
Dean Herbert 2023-03-02 18:57:54 +09:00
parent 044b0604b2
commit 6ff1fb6b1a

View File

@ -26,7 +26,7 @@ namespace osu.Game.Screens.Edit.Timing
[Resolved]
private EditorClock clock { get; set; } = null!;
public const float TIMING_COLUMN_WIDTH = 230;
public const float TIMING_COLUMN_WIDTH = 300;
public IEnumerable<ControlPointGroup> ControlGroups
{