Pman.Dialog.Image.bjs
[Pman.Core] / Pman.Dialog.Image.js
index c6001f7..2ad8d4b 100644 (file)
@@ -224,8 +224,11 @@ Pman.Dialog.Image = {
               
                   _this.form.findField('imgtype').hide();
                   
+                  _this.dialog.setHeight(140);
+                  
                   if(_this.data._show_image_type){
                       _this.form.findField('imgtype').show();
+                      _this.dialog.setHeight(160);
                   }
                   
                   this.url = _this.data._url ? _this.data._url : baseURL + '/Roo/Images.php';