GridContainer - Make an element occupy 2 cells?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By 1izNoob

So I have a GridContainer and I want 1 element to occupy 2 cells of it (so it is as wide as 2 other cells + the gap between them).

I tried to work with min size in the rect but making that one twice as large as the current size also make the elements above and below twice as large.