1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-06 05:53:11 +08:00

Update base specifications to a more sane default

This commit is contained in:
Dean Herbert 2021-04-15 18:42:07 +09:00
parent bf5af3310a
commit 153ee25510

View File

@ -21,9 +21,7 @@ namespace osu.Game.Screens.Edit.Components.Timelines.Summary.Visualisations
public PointVisualisation()
{
Origin = Anchor.TopCentre;
RelativePositionAxes = Axes.X;
RelativePositionAxes = Axes.Both;
RelativeSizeAxes = Axes.Y;
Anchor = Anchor.CentreLeft;