Using CSS you can change most field layout attributes. In the Layout tab add a custom CSS class name to the field (e.g. 'notesLarge') and then include the following CSS in your custom CSS file.
textarea.notesLarge {
min-height:100px;
}
For help on creating a custom CSS file see: CSS Field