Gui Form Editing Window Resolution
Answered
Can you please tell me how to increase/descrease the resolution of the editing window on Gui Form files?
This editing windows suddenly turned zoomed in as hell and I just cant navigate in my gui since its so zoomed..
See how much I have to scroll (bars cicrled in black) .
Please assist. Thanks.

Please sign in to leave a comment.
Hard to say without the form file, but it looks like some component has specified too large preferred or minimum dimensions.
Hey Serge and thanks for assisting.
I dont know exactly what to look for on the Form file. I used to keep the Minimum Sizes to default (-1,-1) and only change the Preferred Size (w,h) individually for each Component. I taught a simple -/+ zoom view for this editing page exists here, but seems like none.
I'll attach the very long Form file here (under HTML section. I used CodePen just for sharing), if you wish to peek and see critical configuration that might cause it.
raw link: https://codepen.io/anon/pen/EbeMYr
Thanks.
Please check the width and height attributes in the very beginning of the form:
Looks like it's the case of the problem. If you can't resize it via GUI, close IntelliJ IDEA and edit these values in some text editor, then open the form again.
Hey again Serge.
Your suggestion indeed solved the issue. Though, it led to undefined behavior if the height and width I set were too low. Are there any suggestion values (like default values) to work with? also, would u mind to elaborate on the specific attribute ? what does it affect?
Anyway, it at least made it doable for navigating and I can keep up with my project!
Thanks again!
Shay.
Just create a new form to see the default values. You should be able to resize it by dragging.
Great. Thanks for the quick replies!
Shay.