As an alternative…
If you modify the content.css style sheet you can adjust the minimum iframe size which will reduce the constant need for expanding the editor window:
iframe {
min-height: 600px;
}
This may break other iframe elements which need to use smaller heights, but you can always remove the css when you are ready to publish your eXe site. Hope this helps!