mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 14:32:55 +08:00
Adjust ruleset tab item content spacing to match web
Not too noticeable, but better match web in any case.
This commit is contained in:
parent
55c03dc04d
commit
9ea3e244e7
@ -46,7 +46,7 @@ namespace osu.Game.Overlays
|
|||||||
{
|
{
|
||||||
AutoSizeAxes = Axes.Both,
|
AutoSizeAxes = Axes.Both,
|
||||||
Direction = FillDirection.Horizontal,
|
Direction = FillDirection.Horizontal,
|
||||||
Spacing = new Vector2(5f, 0),
|
Spacing = new Vector2(4f, 0),
|
||||||
Child = icon = new ConstrainedIconContainer
|
Child = icon = new ConstrainedIconContainer
|
||||||
{
|
{
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
|
Loading…
Reference in New Issue
Block a user