Make subscription and folderManagement dialogs slightly bigger

This commit is contained in:
Hadi Nategh 2022-08-31 15:37:11 +02:00
parent 78cfc3ce7c
commit 2e5cc0de10
2 changed files with 3 additions and 3 deletions

View File

@ -4369,7 +4369,7 @@ app.classes.mail = AppJS.extend(
edit_subscribe: function (_action,_senders)
{
var acc_id = parseInt(_senders[0].id);
this.egw.open_link('mail.mail_ui.subscription&acc_id='+acc_id, '_blank', '720x500');
this.egw.open_link('mail.mail_ui.subscription&acc_id='+acc_id, '_blank', '720x580');
},
/**
@ -5432,7 +5432,7 @@ app.classes.mail = AppJS.extend(
folderManagement: function (_action,_senders)
{
var acc_id = parseInt(_senders[0].id);
this.egw.open_link('mail.mail_ui.folderManagement&acc_id='+acc_id, '_blank', '720x500');
this.egw.open_link('mail.mail_ui.folderManagement&acc_id='+acc_id, '_blank', '720x580');
},
/**

View File

@ -763,7 +763,7 @@ div.mailPreviewHeaders #mail-index_previewAttachmentArea.visible {
#mail-subscribe table.et2_grid tr td et2-box,
#mail-folder_management table.et2_grid tr td et2-box {
margin-top: 16px;
height: 484px;
height: 460px;
overflow: auto;
}