11-21-2025, 09:41 AM
(This post was last modified: 11-21-2025, 09:42 AM by a740g.
Edit Reason: Fix typo
)
The QB64-PE IDE or the InForm-PE form designer?
I am assuming the latter. Unfortunately, there is no way to do it from within InForm. Assuming you are using Windows, what is your display scaling set to? If it is set to 100% then you may want to increase that.
If you do not want to change your display scaling setting, then a quick hack would be to place $RESIZE:SMOOTH on this line and recompile InForm-PE. That way you can drag the edges of the form editor and let the internal QB64-PE logic do the scaling.
I am assuming the latter. Unfortunately, there is no way to do it from within InForm. Assuming you are using Windows, what is your display scaling set to? If it is set to 100% then you may want to increase that.
If you do not want to change your display scaling setting, then a quick hack would be to place $RESIZE:SMOOTH on this line and recompile InForm-PE. That way you can drag the edges of the form editor and let the internal QB64-PE logic do the scaling.

