Repositories (1)
Stereo
1 snippets stored for this repo
var songHeight = songButtonStyle.CalcHeight(new GUIContent("Thick Of It"), 400f) +
songButtonStyle.margin.top;
var selectedSongHeight = songLabelStyle.CalcHeight(new GUIContent("Skibidi Toilet"), 400f)
+ songButtonStyle.margin.top
+ songButtonStyle.margin.bottom
+ GUI.skin.box.margin.top