diff --git a/common/js/common.js b/common/js/common.js index 2fc9a0100..c09725b0b 100644 --- a/common/js/common.js +++ b/common/js/common.js @@ -517,7 +517,7 @@ function setFixedPopupSize() { bodyObj.css({paddingRight:30}); var w = jQuery("#popup_content").width(); - w = w< 400 ? 400 : w; + w = w< 600 ? 600 : w; var h = jQuery("#popup_content").height(); if(h != _popupHeight) { diff --git a/modules/editor/tpl/popup.html b/modules/editor/tpl/popup.html index 3d7796a1e..e1e981475 100644 --- a/modules/editor/tpl/popup.html +++ b/modules/editor/tpl/popup.html @@ -1,3 +1,3 @@ -