You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CHANGED] I was using a labelfield as a spacer because I could control the width of the label, but now I am using GUILayout.space. the button offset needed to be adjusted to make this work
if(GUILayout.Button(newGUIContent("...","Browse to a new location for saving model prefabs"),EditorStyles.miniButton,GUILayout.Width(BrowseButtonWidth)))
75
75
{
@@ -126,7 +126,7 @@ public override void OnInspectorGUI() {
if(GUILayout.Button(newGUIContent("...","Browse to a new installation path for 3D application integrations"),EditorStyles.miniButton,GUILayout.Width(BrowseButtonWidth)))
132
132
{
@@ -162,7 +162,7 @@ public override void OnInspectorGUI() {
if(GUILayout.Button(newGUIContent("...","Browse to a 3D application in a non-default location"),EditorStyles.miniButton,GUILayout.Width(BrowseButtonWidth))){
0 commit comments