First: "Full Quick Reply BB Code Settings" located just under "BB Code Settings".
Second: You can search for the following code & edit it to fit your needs:
Code:
<if condition="$show['qr_require_click']">
<textarea name="message" id="{$editorid}_textarea" rows="10" cols="60" style="width: <if condition="$vboptions['phpkd_fqr_messagewidth']">100%<else />$stylevar[messagewidth]</if>; height:{$editor_height}px" tabindex="1" dir="$stylevar[textdirection]" disabled="disabled">$vbphrase[click_quick_reply_icon]</textarea>
<else />
<textarea name="message" id="{$editorid}_textarea" rows="10" cols="60" style="width: <if condition="$vboptions['phpkd_fqr_messagewidth']">100%<else />$stylevar[messagewidth]</if>; height:{$editor_height}px" tabindex="1" dir="$stylevar[textdirection]"></textarea>
</if>