Skip to content

Commit 2581a8b

Browse files
authored
Update SceneSwitcher.cs
1 parent f498f24 commit 2581a8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Editor/SceneSwitcher/SceneSwitcher.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ private void OnGUI()
5050
EditorGUI.indentLevel--;
5151
}
5252

53-
scrollPosition = GUILayout.BeginScrollView(scrollPosition, GUILayout.Width(400), GUILayout.Height(600));
53+
scrollPosition = GUILayout.BeginScrollView(scrollPosition, GUILayout.Width(350), GUILayout.Height(350));
5454
var scenePaths = showAllScenes ? GetAllScenePaths() : GetScenePathsByBuildSettings();
5555

5656
foreach (var scenePath in scenePaths)
@@ -96,4 +96,4 @@ private static string[] GetAllScenePaths()
9696
}
9797
}
9898
}
99-
#endif
99+
#endif

0 commit comments

Comments
 (0)