Index: lams_central/web/includes/javascript/authoring/authoringGeneral.js =================================================================== diff -u -rcf6d008d6b7287b647a0d79855cf248840c47769 -rf83b3ec0b47a5daf5f0743a9a688c3eb77eb2c84 --- lams_central/web/includes/javascript/authoring/authoringGeneral.js (.../authoringGeneral.js) (revision cf6d008d6b7287b647a0d79855cf248840c47769) +++ lams_central/web/includes/javascript/authoring/authoringGeneral.js (.../authoringGeneral.js) (revision f83b3ec0b47a5daf5f0743a9a688c3eb77eb2c84) @@ -2883,8 +2883,8 @@ // next runs use the regular window height layout.initWindowHeight = null; // height of window minus toolbar, padding... - $('.templateContainer').height(windowHeight - 80); - $('#canvas').height(windowHeight - 75) + $('.templateContainer').height(windowHeight - 105); + $('#canvas').height(windowHeight - 85); // width of window minus templates on the left; minimum is toolbar width so it does not collapse // .width(Math.max($('#toolbar').width() - 200, $(window).width() - $('#templateContainerCell').width()));