mirror of
https://github.com/ppy/osu.git
synced 2025-03-06 14:37:21 +08:00
Update base specifications to a more sane default
This commit is contained in:
parent
bf5af3310a
commit
153ee25510
@ -21,9 +21,7 @@ namespace osu.Game.Screens.Edit.Components.Timelines.Summary.Visualisations
|
|||||||
|
|
||||||
public PointVisualisation()
|
public PointVisualisation()
|
||||||
{
|
{
|
||||||
Origin = Anchor.TopCentre;
|
RelativePositionAxes = Axes.Both;
|
||||||
|
|
||||||
RelativePositionAxes = Axes.X;
|
|
||||||
RelativeSizeAxes = Axes.Y;
|
RelativeSizeAxes = Axes.Y;
|
||||||
|
|
||||||
Anchor = Anchor.CentreLeft;
|
Anchor = Anchor.CentreLeft;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user