Fix mail edit account dialog

This commit is contained in:
Hadi Nategh 2022-09-01 12:04:03 +02:00
parent e2cb158211
commit 00b5cd0cd2

View File

@ -4455,7 +4455,7 @@ app.classes.mail = AppJS.extend(
edit_account: function(_action, _senders)
{
var acc_id = parseInt(_senders[0].id);
this.egw.open_link('mail.mail_wizard.edit&acc_id='+acc_id, '_blank', '740x500');
this.egw.open_link('mail.mail_wizard.edit&acc_id='+acc_id, '_blank', '740x670');
},
/**