GUIStyle.stretchHeight
var stretchHeight: bool;
Description

Can GUI elements of this style be stretched vertically for better layout?

	function OnGUI() {
		GUI.skin.button.stretchHeight = true;
	}