--- loncom/homework/grades.pm 2011/03/31 17:58:25 1.646 +++ loncom/homework/grades.pm 2011/04/06 13:50:38 1.647 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.646 2011/03/31 17:58:25 raeburn Exp $ +# $Id: grades.pm,v 1.647 2011/04/06 13:50:38 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1512,7 +1512,7 @@ INNERJS var ypos = (screen.height-height)/2-30; ypos = (ypos < 0) ? '0' : ypos; - pWin = window.open('', 'MessageCenter', 'resizable=yes,toolbar=no,location=no,scrollbars='+scrollbar+',screenx='+xpos+',screeny='+ypos+',width=600,height='+height); + pWin = window.open('', 'MessageCenter', 'resizable=yes,toolbar=no,location=no,scrollbars='+scrollbar+',screenx='+xpos+',screeny='+ypos+',width=700,height='+height); pWin.focus(); pDoc = pWin.document; pDoc.$docopen;