Just needed to do this myself. The solution is to edit the functions.php file in the theme folder.
About line 84, change the default “200” to what ever you need:
define( 'HEADER_IMAGE_HEIGHT', apply_filters( 'pilcrow_header_image_height', 200 ) );
Then upload your new image with the correct height in the Admin > Appearance > Header page.