Hi,
You need to change Min Size
not just Size
, because Size
is adjusted by parent container, so your change will be overwritten.
Min Size
is used by parent container to layout children, so it should work. Also if you check closely video you shared then you can see also that Min Size
of CenterContainer
is changed.