Adjust ruleset tab item content spacing to match web

Not too noticeable, but better match web in any case.
This commit is contained in:
Salman Ahmed 2022-04-29 12:48:05 +03:00
parent 55c03dc04d
commit 9ea3e244e7
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ public OverlayRulesetTabItem(RulesetInfo value)
{
AutoSizeAxes = Axes.Both,
Direction = FillDirection.Horizontal,
Spacing = new Vector2(5f, 0),
Spacing = new Vector2(4f, 0),
Child = icon = new ConstrainedIconContainer
{
Anchor = Anchor.Centre,