I'm currently trying to create an application using the e4 Application Model. The problem I have there is the following:
If I define a PartSashContainer and it's children, I cannot set their size. The available space is always distributed equally among the children.
E.g. If there are two children in a vertical PartSashContainer, they take both 50% of the available height. But I want the upper one to take a fixed size and the other one should fill the rest.
Is there any way to do that?