mirror of
https://github.com/ppy/osu.git
synced 2025-01-31 16:32:55 +08: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;
|
RelativeSizeAxes = Axes.Both;
|
||||||
|
|
||||||
InternalChild = new Circle { 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";
|
public LocalisableString TooltipText => $"{breakPeriod.StartTime.ToEditorFormattedString()} - {breakPeriod.EndTime.ToEditorFormattedString()} break time";
|
||||||
|
Loading…
Reference in New Issue
Block a user