Skip to content

Commit 7636b9d

Browse files
committed
Remove duplicate vertical layout
1 parent c436a84 commit 7636b9d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Assets/MRTK/Core/Inspectors/ControllerPopupWindow.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,6 @@ private void RenderMappingList(List<string> controllerList)
321321

322322
if (currentControllerOption == null || currentControllerTexture == null)
323323
{
324-
GUILayout.BeginVertical();
325324
using (new EditorGUILayout.VerticalScope())
326325
{
327326
GUILayout.FlexibleSpace();
@@ -331,7 +330,6 @@ private void RenderMappingList(List<string> controllerList)
331330
EditorGUILayout.LabelField(controllerList[i]);
332331
}
333332
}
334-
GUILayout.EndVertical();
335333
}
336334
else
337335
{

0 commit comments

Comments
 (0)