GUIStyle.stretchWidth
var stretchWidth: bool;
Description

Can GUI elements of this style be stretched horizontally for better layouting?

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