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

Commit 3a56b8f

Browse files
committed
Don't need this extra vertical
1 parent bafe346 commit 3a56b8f

File tree

1 file changed

+1
-3
lines changed
  • src/UnityExtension/Assets/Editor/GitHub.Unity/UI

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,7 @@ public override void OnUI()
220220
if (HasRepository)
221221
{
222222
DoActionbarGUI();
223-
GUILayout.BeginVertical(Styles.HeaderBoxStyle);
224223
DoHeaderGUI();
225-
GUILayout.EndVertical();
226224
}
227225

228226
DoToolbarGUI();
@@ -436,7 +434,7 @@ private void DetachHandlers(IRepository repository)
436434

437435
private void DoHeaderGUI()
438436
{
439-
GUILayout.BeginHorizontal();
437+
GUILayout.BeginHorizontal(Styles.HeaderBoxStyle);
440438
{
441439
GUILayout.Space(3);
442440
GUILayout.BeginVertical(GUILayout.Width(16));

0 commit comments

Comments
 (0)