Make popups 10px bigger

This commit is contained in:
Nathan Gray 2013-11-29 17:42:20 +00:00
parent e9a7228a95
commit 6f15f0aa4c

View File

@ -185,7 +185,7 @@
{
// Resize popup when et2 load is done
jQuery(node).one("load",function() {
window.resizeTo(jQuery(document).width()+10,jQuery(document).height()+60);
window.resizeTo(jQuery(document).width()+10,jQuery(document).height()+70);
});
}
var et2 = new etemplate2(node, window.egw_appName+".etemplate_new.ajax_process_content.etemplate");