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:
parent
99f05253fd
commit
afbb674e52
@ -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[]
|
||||
|
Loading…
Reference in New Issue
Block a user