Index: lams_tool_laqa/web/author_page/js/fckcontroller.js =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/author_page/js/Attic/fckcontroller.js,v diff -u -r1.2 -r1.3 --- lams_tool_laqa/web/author_page/js/fckcontroller.js 31 Jan 2006 01:12:18 -0000 1.2 +++ lams_tool_laqa/web/author_page/js/fckcontroller.js 31 Jan 2006 03:25:05 -0000 1.3 @@ -79,8 +79,10 @@ fckFrameElement = document.getElementById("FCKeditor1___Frame"); if (size == "small") { fckFrameElement.style.height = "100px"; + wyswygEditorScreenElement.style.height = "120px"; } else { fckFrameElement.style.height = "200px"; + wyswygEditorScreenElement.style.height = "220px"; } showElementById("wyswygEditorScreen");