uwuhazelnut / DateiRenamer

0 stars 0 forks source link

DateiRenamer - fix DPI scaling issues with designer #15

Open uwuhazelnut opened 1 year ago

uwuhazelnut commented 1 year ago

The WinForms application looks different on different PCs. I think the issue is that I designed the application on a 150% DPI scale so the fix for this issue should be to redesign the application on a 100% DPI scaling setting and maybe also having to change the AutoScaleMode property of the form.

uwuhazelnut commented 1 year ago

I have now changed the AutoScaleMode property on each form to DPI and have repositioned the form elements on a 100% display DPI setting. Hopefully it will work fine on every PC now.