Skip to content

Commit

Permalink
Update SceneSwitcher.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
RimuruDev authored May 20, 2024
1 parent f498f24 commit 2581a8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Editor/SceneSwitcher/SceneSwitcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ private void OnGUI()
EditorGUI.indentLevel--;
}

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

foreach (var scenePath in scenePaths)
Expand Down Expand Up @@ -96,4 +96,4 @@ private static string[] GetAllScenePaths()
}
}
}
#endif
#endif

0 comments on commit 2581a8b

Please sign in to comment.