| [news.eclipse.modeling.gmf] Re: Custom layout at diagram creation |
Hello Esteban,
If bounds.getHeight() == -1 then Figure.getPreferredSize() method will be used to determine diagram node height (same with width).
You can either use same logic or set height/width by your own code.
----------------- Alex Shatalin
Hi Alex,