Index: lams_central/web/includes/javascript/dialog.js =================================================================== diff -u -reb5719caf94b3f4310b2ea0fb3febed1e6809956 -rc8e1115744689476d888e67ebabba590468517ac --- lams_central/web/includes/javascript/dialog.js (.../dialog.js) (revision eb5719caf94b3f4310b2ea0fb3febed1e6809956) +++ lams_central/web/includes/javascript/dialog.js (.../dialog.js) (revision c8e1115744689476d888e67ebabba590468517ac) @@ -347,7 +347,7 @@ function showAuthoringDialog(learningDesignID, relaunchMonitorLessonID){ var dialog = showDialog('dialogAuthoring', { 'height' : Math.max(300, $(window).height() - 30), - 'width' : Math.max(600, Math.min(1280, $(window).width() - 60)), + 'width' : Math.max(600, Math.min(1290, $(window).width() - 60)), 'title' : LABELS.AUTHORING_TITLE, 'beforeClose' : function(){ // if LD was modified, ask the user if he really wants to exit