In the lpp_messenger_read template found this.
Code:
<div class="fieldset">
<a title="$sendername $vbphrase[lppmess_send_a_mess]"
onclick="window.open('lpp_messenger.php?do=lppmessenger&userid=$id_sender','_blank','toolbar=no,resizable=yes, location=no,menubar=no,width=430,height=310,top=150,left=100,status=no');"
href="javascript:self.close();">
<img border="0" src="$stylevar[imgdir_button]/reply.gif" width="110" height="26"></a>
</div>
Change the
width=430,height=310 values to e.g width=600,height=400.
Edit:
HMM.. That is a Portal side, isn't it.
Mabye that is an other Problem.