Resize Study Window

SA1

Member
Joined
May 18, 2020
Posts
10
Likes
1
I am developing a study that has a large number of inputs running horizontally across the settings window for the study. These inputs stretch far enough that the StringDescriptors, InputDescriptors, BooleanDescriptors, etc are compressed/hidden to fit in the study box. As an example, I took a screenshot of the built-in Accelerator Decelerator Oscillator and shrunk the window size:

Screenshot 2022-04-22 092911.png

vs what it looks like with my (unfinished) study:

Screenshot 2022-04-22 093628.png

Is there a way to programmatically auto-resize the window to fit horizontally? Or do I have to move things around on the vertical axis to make everything fit?
 
Top