We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e1d4c3 commit 92d835aCopy full SHA for 92d835a
Editor/CscSettingsProvider.cs
@@ -74,7 +74,7 @@ private static void OnGUI(string searchContext)
74
NugetPackageCatalog.CurrentCategory = NugetPackage.CategoryType.Analyzer;
75
s_RoAnalyzerPackages.DoLayoutList();
76
s_RoIncludedAssemblies.DoLayoutList();
77
- GUILayout.Space(-16);
+ GUILayout.Space(-18);
78
EditorGUILayout.PropertyField(s_PredefinedAssemblies);
79
}
80
0 commit comments