1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 06:33:20 +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
{
Anchor = Anchor.CentreLeft,
Origin = Anchor.CentreLeft,
AutoSizeAxes = Axes.Y,
Width = 160,
Padding = new MarginPadding { Horizontal = 10 },
Padding = new MarginPadding(10),
Direction = FillDirection.Vertical,
Spacing = new Vector2(0, 4),
Children = new[]