From 6fc90f471bff1597db689ae5120ae5a4dd265d92 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 19 Sep 2019 10:44:59 +0200 Subject: [PATCH] Make mail compose dialog slightly bigger to get all actions in toolbar on a same line --- mail/inc/class.mail_hooks.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mail/inc/class.mail_hooks.inc.php b/mail/inc/class.mail_hooks.inc.php index 9509251fab..43fa7dfb0e 100644 --- a/mail/inc/class.mail_hooks.inc.php +++ b/mail/inc/class.mail_hooks.inc.php @@ -88,12 +88,12 @@ class mail_hooks 'add' => array( 'menuaction' => 'mail.mail_compose.compose', ), - 'add_popup' => '870xavailHeight', + 'add_popup' => '900xavailHeight', 'edit' => array( 'menuaction' => 'mail.mail_compose.compose', ), 'edit_id' => 'id', - 'edit_popup' => '870xavailHeight', + 'edit_popup' => '900xavailHeight', // register mail as handler for .eml files 'mime' => array( 'message/rfc822' => array( @@ -101,7 +101,7 @@ class mail_hooks 'mime_url' => 'formData[file]', 'mime_data' => 'formData[data]', 'formData[type]' => 'message/rfc822', - 'mime_popup' => '870xavailHeight', + 'mime_popup' => '900xavailHeight', 'mime_target' => '_blank' ), ),