FMOD Event Browser UI Issue

Hey FMOD Forums!

Having this issue where selecting an event opens this inspector in the bottom that consumes nearly 80% of the window, is there a way to make it smaller or something simillar?

Thanks in advance!


Line 1207 of src/Editor/EventBrowser.cs seems to govern how big that area is. I’ve found changing this line to GUILayout.Height(EditorGUIUtility.singleLineHeight * 2f)); makes is fit more neatly but feel free to change it to how you see fit.