We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f498f24 commit 2581a8bCopy full SHA for 2581a8b
Editor/SceneSwitcher/SceneSwitcher.cs
@@ -50,7 +50,7 @@ private void OnGUI()
50
EditorGUI.indentLevel--;
51
}
52
53
- scrollPosition = GUILayout.BeginScrollView(scrollPosition, GUILayout.Width(400), GUILayout.Height(600));
+ scrollPosition = GUILayout.BeginScrollView(scrollPosition, GUILayout.Width(350), GUILayout.Height(350));
54
var scenePaths = showAllScenes ? GetAllScenePaths() : GetScenePathsByBuildSettings();
55
56
foreach (var scenePath in scenePaths)
@@ -96,4 +96,4 @@ private static string[] GetAllScenePaths()
96
97
98
99
-#endif
+#endif
0 commit comments