56
ok scuse me, it was an old file...
try this : in \modules\system\admin\blocksadmin\blockform.php
replace
$textarea = new XoopsFormDhtmlTextArea(_AM_CONTENT, 'bcontent', $block['content'], 15, 70);
with
$textarea = new XoopsFormDhtmlTextArea(_AM_CONTENT, 'bcontent', $block['content'], '100%', '500px');
to update module 'system' is not needed, you can see the result immediately