Hi, GlebM schrieb: > Yes, unfortunately: > - it looks like a split pane inside of a split pane (double borders around a
You can prevent the double border by setting the inner split pane's decorator property to null. > and *) > - the resize policy of an inner split pane (0.3, 0.7) is based on the inner > split pane size, not on the total size I found a way to set the pane sizes, but it may well not be the best/most elegant solution: I use a container that holds the outer split pane. Before adding it to the application root, I attach a listener to its "appear" event. In the callback function, I use the container's width (mainContainer.getBounds().width) to set the pane sizes. Like I said, there's probably a better way, but this works for me. Regards, Daniel ------------------------------------------------------------------------------ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
