From 74504cf5b0d3362ae7be932528f9c49384c150c7 Mon Sep 17 00:00:00 2001 From: hadi Date: Tue, 11 Jul 2023 14:56:49 +0200 Subject: [PATCH] Make vacation dialog window bigger --- 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 367e383875..68c28788f7 100644 --- a/mail/js/app.js +++ b/mail/js/app.js @@ -4481,7 +4481,7 @@ app.classes.mail = AppJS.extend( // Coming from tree acc_id = parseInt(_senders[0].id); } - this.egw.open_link('mail.mail_sieve.editVacation&acc_id=' + acc_id, '_blank', '700x560'); + this.egw.open_link('mail.mail_sieve.editVacation&acc_id=' + acc_id, '_blank', '700x660'); }, subscription_refresh: function(_data)