From 00b5cd0cd2ba10236550196d9c058631bab861ac Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 1 Sep 2022 12:04:03 +0200 Subject: [PATCH] Fix mail edit account dialog --- mail/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/js/app.js b/mail/js/app.js index 5495795005..ddf94b5749 100644 --- a/mail/js/app.js +++ b/mail/js/app.js @@ -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'); }, /**