Skip to content

Commit 92d835a

Browse files
committed
refactor
1 parent 0e1d4c3 commit 92d835a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Editor/CscSettingsProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ private static void OnGUI(string searchContext)
7474
NugetPackageCatalog.CurrentCategory = NugetPackage.CategoryType.Analyzer;
7575
s_RoAnalyzerPackages.DoLayoutList();
7676
s_RoIncludedAssemblies.DoLayoutList();
77-
GUILayout.Space(-16);
77+
GUILayout.Space(-18);
7878
EditorGUILayout.PropertyField(s_PredefinedAssemblies);
7979
}
8080
}

0 commit comments

Comments
 (0)