Make break periods in bottom timeline transparent

This commit is contained in:
OliBomby 2024-08-16 13:22:09 +02:00
parent 3b94d1f8eb
commit 5624c1d304

View File

@ -70,7 +70,8 @@ namespace osu.Game.Screens.Edit.Components.Timelines.Summary.Parts
RelativeSizeAxes = Axes.Both;
InternalChild = new Circle { RelativeSizeAxes = Axes.Both };
Colour = colours.Gray6;
Colour = colours.Gray7;
Alpha = 0.8f;
}
public LocalisableString TooltipText => $"{breakPeriod.StartTime.ToEditorFormattedString()} - {breakPeriod.EndTime.ToEditorFormattedString()} break time";