Skip to content

Commit 67c7157

Browse files
Merge pull request #2895 from Jarodshow/mrtk_development_profileedit
Decreased profile selector button width
2 parents 42a0646 + 41f74ed commit 67c7157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/MixedRealityToolkit/_Core/Inspectors/Profiles/MixedRealityBaseConfigurationProfileInspector.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ protected static bool RenderProfile(SerializedProperty property)
5151

5252
if (property.objectReferenceValue == null)
5353
{
54-
if (GUILayout.Button(NewProfileContent, EditorStyles.miniButton))
54+
if (GUILayout.Button(NewProfileContent, EditorStyles.miniButton, GUILayout.Width(32f)))
5555
{
5656
var profileTypeName = property.type.Replace("PPtr<$", string.Empty).Replace(">", string.Empty);
5757
Debug.Assert(profileTypeName != null, "No Type Found");

0 commit comments

Comments
 (0)