Question

I'm creating an application using eclipse RCP, I have many Part and I want to resize them. Some of these parts don't need many space.

I've checked in Application.4xmi but I didn't found anything helpful.

Any ideas?

Était-ce utile?

La solution

You can set the size of a Trimmed Window in the Application.e4xmi by setting the Bounds width and height values.

Usually you then use PartSashContainer to divide up the window. You specify a percentage used for each child in the Container Data for the child.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top