Update design for TimingControlPoint

This commit is contained in:
Dean Herbert
2021-04-14 19:39:27 +09:00
parent 1209c9fa32
commit a8df2388eb
3 changed files with 12 additions and 12 deletions

View File

@ -27,6 +27,8 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
RelativeSizeAxes = Axes.Y;
AutoSizeAxes = Axes.X;
Origin = Anchor.TopCentre;
X = (float)group.Time;
}