Index: lams_central/web/includes/javascript/fckcontroller.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/Attic/fckcontroller.js,v diff -u -r1.1 -r1.2 --- lams_central/web/includes/javascript/fckcontroller.js 4 Apr 2006 07:53:18 -0000 1.1 +++ lams_central/web/includes/javascript/fckcontroller.js 26 Jul 2006 07:42:59 -0000 1.2 @@ -78,11 +78,11 @@ //resize the fck editor fckFrameElement = document.getElementById("FCKeditor1___Frame"); if (size == "small") { - fckFrameElement.style.height = "100px"; - wyswygEditorScreenElement.style.height = "120px"; + fckFrameElement.style.height = "80px"; + wyswygEditorScreenElement.style.height = "100x"; } else { - fckFrameElement.style.height = "200px"; - wyswygEditorScreenElement.style.height = "220px"; + fckFrameElement.style.height = "160px"; + wyswygEditorScreenElement.style.height = "180px"; } showElementById("wyswygEditorScreen");