Hello Kyle,
The code below works as well on my demo site without using a condition to check the post type
function proposal_textarea_rows( $settings ) {
$settings['textarea_rows'] = 3;
return $settings;
}
add_filter( 'rwmb_wysiwyg_settings', 'proposal_textarea_rows' );
Can you please check this filter hook again in a fresh install of WordPress and install Meta Box only?