From: Michael M Slusarz Date: Thu, 25 Mar 2010 06:00:13 +0000 (-0600) Subject: Better sizing of ckeditor. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=04c9b29fbce8650ed0140ace823036f799881c55;p=horde.git Better sizing of ckeditor. --- diff --git a/imp/js/compose-dimp.js b/imp/js/compose-dimp.js index fb031db89..3e6005aa9 100644 --- a/imp/js/compose-dimp.js +++ b/imp/js/compose-dimp.js @@ -639,7 +639,7 @@ var DimpCompose = { }); }); - this.rte.resize('100%', mah - pad, false); + this.rte.resize('99%', mah - pad - 1, false); } else { /* Logic: Determine the size of a given textarea row, divide that * size by the available height, round down to the lowest integer