Also adjust height

This commit is contained in:
Dean Herbert
2021-04-13 16:41:29 +09:00
parent ebf97ff48f
commit 27e851c2ee
2 changed files with 26 additions and 1 deletions

View File

@ -11,7 +11,7 @@ namespace osu.Game.Screens.Edit.Components.Timelines.Summary.Visualisations
/// </summary>
public class PointVisualisation : Box
{
public const float MAX_WIDTH = 5;
public const float MAX_WIDTH = 4;
public PointVisualisation(double startTime)
: this()