Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 41b9d4e

Browse files
committed
More space adjustments
1 parent b339b34 commit 41b9d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/UI/InitProjectView.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public override void OnGUI()
6363
GUILayout.EndHorizontal();
6464

6565
GUILayout.Label(NoRepoTitle, Styles.BoldCenteredLabel);
66-
EditorGUILayout.Space();
66+
GUILayout.Space(4);
6767

6868
GUILayout.BeginHorizontal();
6969
GUILayout.FlexibleSpace();

0 commit comments

Comments
 (0)