I would like to increase the number of displayed sets in a line and for this I changed lines

627

int max = Mathf.Min(list.Count, (page + 1) * 10);

, 629

for (int i = page * 10; i < max; i++)

and 1024

private readonly GridAlignment KitAlign = new GridAlignment(5, 0.04f, 0.2f, 0.04f, 0.87f, 0.39f, 0.06f);

, but the background did not increase horizontally, how can I fix this?