Index: lams_central/web/authoring/template/comms.jsp =================================================================== diff -u -r9f75aff30e9b0b3941d5c719a840b17ad8a7364a -radd24141d43ff78942c251760e1614925db89464 --- lams_central/web/authoring/template/comms.jsp (.../comms.jsp) (revision 9f75aff30e9b0b3941d5c719a840b17ad8a7364a) +++ lams_central/web/authoring/template/comms.jsp (.../comms.jsp) (revision add24141d43ff78942c251760e1614925db89464) @@ -138,7 +138,7 @@ } // open import pop up window, centered horizontally var left = ((screen.width / 2) - (500 / 2)); - window.open(url,'QuestionFile','width=500,height=240,scrollbars=yes,top=150,left=' + left); + window.open(url,'QuestionFile','width=500,height=370,scrollbars=yes,top=150,left=' + left); } function createAssessment(questionType, numAssessmentsFieldname, containingDivName, qbQuestionUid, collapse) {