I found where to edit the inline form size. It’s in this file:
tdo-mini-forms/include/tdomf-upload-functions.php
About half way in you’ll see:
$output .= "<iframe id='uploadfiles_inline' name='uploadfiles_inline' frameborder='0' marginwidth='0' marginheight='0' width='100%' height='$height' src='$inline_path'></iframe>";
You can adjust the width and height using pixels to suit your needs.