mirror of
https://github.com/ppy/osu
synced 2025-01-04 05:12:10 +00:00
Reduce horizontal spacing of attributes
This commit is contained in:
parent
93b003eb5a
commit
de69665a46
@ -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)
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user