1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 12:42:54 +08:00

TopLeft align check buttons so they don't move while interacting with them

This commit is contained in:
Dean Herbert 2021-04-14 20:11:32 +09:00
parent 99f05253fd
commit afbb674e52

View File

@ -56,11 +56,9 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
}, },
new FillFlowContainer new FillFlowContainer
{ {
Anchor = Anchor.CentreLeft,
Origin = Anchor.CentreLeft,
AutoSizeAxes = Axes.Y, AutoSizeAxes = Axes.Y,
Width = 160, Width = 160,
Padding = new MarginPadding { Horizontal = 10 }, Padding = new MarginPadding(10),
Direction = FillDirection.Vertical, Direction = FillDirection.Vertical,
Spacing = new Vector2(0, 4), Spacing = new Vector2(0, 4),
Children = new[] Children = new[]