0
Recently I’m programming a Windowsforms application using c#, and there’s kind of a bug going on with the IDE that leaves the layout ratio different, like in the image below:
The form on the left side is what the IDE presents me before executing the solution, and the one on the right side is the one generated after the build. If you look closely you will notice some differences in the proportion of the elements between them, even the size of the generated form is different.
I wonder what I can do to leave both in the same proportion, it ends up eluding me at the time of arranging the layout of the form.
I noticed that this visual bug happens when I increase the font size of both the label and the button.
– Lone Tonberry