svenhb / GRBL-Plotter

A GCode sender (not only for lasers or plotters) for up to two GRBL controller. SVG, DXF, HPGL import. 6 axis DRO.
https://grbl-plotter.de/
GNU General Public License v3.0
647 stars 172 forks source link

DRAFT: Added HiDPI settings #398

Open smakhtin opened 1 month ago

smakhtin commented 1 month ago

I managed to enable HiDPI settings in the project, but looks like the whole forms layout should be updated, otherwise fonts are too big on my 150% DPI scaling settings.

I'm not experienced with Forms Designer, so hope we can collaborate on this.

I tried to reset font to system default, it works, but then all windows sizes are wrong.

Autoscaling to DPI seems working, I managed to get About form to look ok. For the main window, more work is needed.