git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4781 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
ngleader 2008-11-06 05:24:15 +00:00
parent ac71c1f9c8
commit ec9f2e5062
2 changed files with 11 additions and 10 deletions

View file

@ -150,7 +150,7 @@ function editorDragMove(evt) {
height += h;
xHeight(iframe_obj, height);
xHeight(textarea_obj, height);
xHeight(iframe_obj.parentNode, height+10);
// xHeight(iframe_obj.parentNode, height+200);
}
function editorDragStop(evt) {