Make the edit account dialog slightly bigger to get all toolbars fit in one line

This commit is contained in:
Hadi Nategh 2019-01-25 14:54:06 +01:00
parent c5c09c4f9f
commit 32095efd4b

View File

@ -4306,7 +4306,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', '720x500');
this.egw.open_link('mail.mail_wizard.edit&acc_id='+acc_id, '_blank', '740x500');
},
/**