mirror of
https://github.com/ppy/osu
synced 2024-12-11 17:42:28 +00:00
Adjust padding slightly
This commit is contained in:
parent
d98f1a2bb7
commit
37b88d834e
@ -56,7 +56,7 @@ namespace osu.Game.Screens.Edit.Screens.Compose.Timeline
|
|||||||
Origin = Anchor.CentreLeft,
|
Origin = Anchor.CentreLeft,
|
||||||
AutoSizeAxes = Axes.Y,
|
AutoSizeAxes = Axes.Y,
|
||||||
Width = 160,
|
Width = 160,
|
||||||
Padding = new MarginPadding { Horizontal = 25 },
|
Padding = new MarginPadding { Horizontal = 15 },
|
||||||
Direction = FillDirection.Vertical,
|
Direction = FillDirection.Vertical,
|
||||||
Spacing = new Vector2(0, 4),
|
Spacing = new Vector2(0, 4),
|
||||||
Children = new[]
|
Children = new[]
|
||||||
|
Loading…
Reference in New Issue
Block a user