Hi Laurent.
Unfortunately it is not possible to achieve this via quick settings. You need to manually modify the code inside your /components/com_easyblog/themes/wireframe/comments/form.php and replace the following line of code at line 28:
<div class="pull-right">
//replace with
<div class="pull-right" style="display:none;">
Hope these help.