Option: theme_advanced_source_editor_height

This option is used to define the height of the source editor dialog. This option is set to 400 by default.

Example of usage of the theme_advanced_source_editor_height option:

tinyMCE.init({
	...
	theme_advanced_source_editor_height : "600"
});