Add a touch more space in the timing column

This commit is contained in:
Dean Herbert 2021-04-19 18:53:06 +09:00
parent 097a347533
commit a40dcd4b8d
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ public class ControlPointTable : EditorTable
[Resolved]
private EditorClock clock { get; set; }
public const float TIMING_COLUMN_WIDTH = 210;
public const float TIMING_COLUMN_WIDTH = 220;
public IEnumerable<ControlPointGroup> ControlGroups
{