When I resize a window with split panes inside, my splitpanes are resized in what appears to be unpredictable ways. Sometimes the left pane is given more space, sometimes the right one. Sometimes the extra room is spread out, sometimes it is given entirely to one pane.
For example, maximizing and restoring the window will change the layout of the split panes -- before the process they'll be setup a certain way, afterwards they'll have completely different positions.
I would like instead for the splitpanes to always maintain the same ratio. So if before resize one is 30% of the width and the other is 70% of the width, i'd like for them to continue to be 30% / 70% afte the resize is complete.
Any suggestions on how to accomplish this?