mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 16:43:52 +09:00
Merge pull request #12420 from peppy/round-timeline-ticks
Add rounded corners to timeline ticks display
This commit is contained in:
@ -9,7 +9,7 @@ namespace osu.Game.Screens.Edit.Components.Timelines.Summary.Visualisations
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Represents a singular point on a timeline part.
|
/// Represents a singular point on a timeline part.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class PointVisualisation : Box
|
public class PointVisualisation : Circle
|
||||||
{
|
{
|
||||||
public const float MAX_WIDTH = 4;
|
public const float MAX_WIDTH = 4;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user