projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b52d764
)
Better sizing of ckeditor.
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 25 Mar 2010 06:00:13 +0000
(
00:00
-0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 25 Mar 2010 06:00:13 +0000
(
00:00
-0600)
imp/js/compose-dimp.js
patch
|
blob
|
history
diff --git
a/imp/js/compose-dimp.js
b/imp/js/compose-dimp.js
index
fb031db
..
3e6005a
100644
(file)
--- 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