Skip to content

Commit 924ba8b

Browse files
RogPodgekeveleigh
authored andcommitted
changing wording on project settings
1 parent 42bbbdb commit 924ba8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/MRTK/Core/Utilities/Editor/Preferences/MixedRealityProjectPreferences.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public static bool RunOptimalConfiguration
124124

125125
#region Display null data providers
126126

127-
private static readonly GUIContent NullDataProviderContent = new GUIContent("Show null data providers in the input profile", "Mainly used for debugging unexpected behavior. Will render null data providers in red in the inspector.");
127+
private static readonly GUIContent NullDataProviderContent = new GUIContent("Show null data providers in the profile inspector", "Mainly used for debugging unexpected behavior. Will render null data providers in red in the inspector.");
128128
private const string NULL_DATA_PROVIDER_KEY = "MixedRealityToolkit_Editor_NullDataProviders";
129129
private static bool nullDataProviderPrefLoaded;
130130
private static bool nullDataProvider;
@@ -200,7 +200,7 @@ void GUIHandler(string searchContext)
200200
EditorGUILayout.HelpBox("These settings are serialized into ProjectPreferences.asset in the MixedRealityToolkit-Generated folder.\nThis file can be checked into source control to maintain consistent settings across collaborators.", MessageType.Info);
201201

202202
var prevLabelWidth = EditorGUIUtility.labelWidth;
203-
EditorGUIUtility.labelWidth = 250f;
203+
EditorGUIUtility.labelWidth = 300f;
204204

205205
bool lockProfilesResult = EditorGUILayout.Toggle(LockContent, LockProfiles);
206206
if (lockProfilesResult != LockProfiles)

0 commit comments

Comments
 (0)