I have one group of tiles which insists on being 4 tiles wide, even with only 8 tiles. With 7 tiles, it first looks like this:
===
xxx
xx
xx
However when I add another tile, second row, it snaps to:
====
xxxx
xx
xx
Instead of the desired
===
xxx
xxx
xx
Is there a way to fix this, other that starting a new grouping? I have several other groups which behave as desired.
Treg