mirror of
https://github.com/ppy/osu
synced 2025-01-19 12:30:50 +00:00
Make break periods in bottom timeline transparent
This commit is contained in:
parent
3b94d1f8eb
commit
5624c1d304
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user