mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Reduce horizontal spacing of attributes
This commit is contained in:
@ -98,7 +98,7 @@ namespace osu.Game.Screens.Edit.Timing
|
||||
Direction = FillDirection.Horizontal,
|
||||
ChildrenEnumerable = group.ControlPoints.Select(createAttribute).Where(c => c != null),
|
||||
Padding = new MarginPadding(10),
|
||||
Spacing = new Vector2(10)
|
||||
Spacing = new Vector2(2)
|
||||
},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user