I found this code to maximize a crm form, but that's a little much. I only want to increase it a little bit.
Is there a recommended method to resize a form like the incident form and is there a global setting as well?
window.moveTo(0,0);
window.resizeTo(screen.availWidth, screen.availHeight);