unity flexiable space

Code Example - unity flexiable space

                
                        GUILayout.BeginHorizontal();
GUILayout.FlexibleSpace();
GUILayout.Label("yeyy:",EditorStyles.boldLabel);
GUILayout.FlexibleSpace();
GUILayout.EndHorizontal();