Index: lams_bb_integration/web/modules/learnermonitor.jsp =================================================================== diff -u -r28579b7b32e5be02c53f9b61c398dc61a9bfd81d -r9867bfefdc6adca3b6c0152cf090cc6249f79aff --- lams_bb_integration/web/modules/learnermonitor.jsp (.../learnermonitor.jsp) (revision 28579b7b32e5be02c53f9b61c398dc61a9bfd81d) +++ lams_bb_integration/web/modules/learnermonitor.jsp (.../learnermonitor.jsp) (revision 9867bfefdc6adca3b6c0152cf090cc6249f79aff) @@ -267,7 +267,7 @@ } } else { try { - learnerWin = window.open(learnerUrl,'lWin','width=1024,height=768,resizable=1'); + learnerWin = window.open(learnerUrl,'lWin','width=1280,height=720,resizable=1'); learnerWin.focus(); } catch(e) { // popups blocked by a 3rd party @@ -288,7 +288,7 @@ } } else { try { - monitorWin = window.open(monitorUrl,'aWin','width=800,height=600,resizable=1'); + monitorWin = window.open(monitorUrl,'aWin','width=1280,height=720,resizable=1'); monitorWin.opener = self; monitorWin.focus(); } catch(e) { @@ -302,4 +302,4 @@ - \ No newline at end of file +