I'm quite a newcomer in the GMF 2.2 world, and I face an issue regarding
the layouts applied while defining my gmfgraph model.
In fact, I would like to create a Figure Descriptor, which is a rectangle
figure, this figure has a label as a child. This figure is also associated
to a compartment (as the "topic container" in the GMF tutorial)
The problem I face is that i would like the label's size to be static, and
minimal, which is not the default behaviour, since the label size is
always half of the total rounded rectangle size.
I tried to apply grid layout to shrink the size of the label, but using
this one causes the container to be shrunk too.
Which layout should I use to have the requested behaviour ?