Increase height of signature editor

This commit is contained in:
Francis Lachapelle
2014-01-08 15:02:41 -05:00
parent 80fd439dea
commit d51e1da57f
2 changed files with 3 additions and 3 deletions

View File

@@ -591,7 +591,7 @@ function onMailIdentitySignatureClick(event) {
if ($("composeMessagesType").value != 0) {
CKEDITOR.replace('signature',
{ height: "70px",
{ height: "150px",
toolbar: [['Bold', 'Italic', '-', 'Link',
'Font','FontSize','-','TextColor',
'BGColor']