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
690 stars 176 forks source link

Interface text goes small when import SVG o DXF #426

Open Toaro opened 5 hours ago

Toaro commented 5 hours ago

When I open the software all appear to be OK, with readable fonts in normal size, if I load a JPG file for conversion still all is normal, but if open a SVG or DXF file, all the interface text becomes very small

To Reproduce Steps to reproduce the behavior:

  1. Open GRBL Plotter soft
  2. Drag and drop SVG file, just when you drop, the text interface change

Expected behavior The text interface must to stay in the same size

Screenshots Here some screenshots. I include some desktop icons and text for comparison purposes. I don't move the program window when i load the SVG file, but the window also change the position, as you can see with the desktop icons reference

That is open without touch anything.

normal

That is when I drop any SVG to the window.

import svg

As you can see the gcode window text becomes very "unconfortable" to read because lost all the space between the letters and lines. I solve the lines space changing in the configuration menu the line distance, but that becomes in a very large distance when the interface is ok.

espaciado entre lineas

Thanks for your work.

svenhb commented 3 hours ago

I can't fix this HDPI problem, but this may help: https://grbl-plotter.de/index.php?id=quick-guide#highdpi

Toaro commented 3 hours ago

Thanks!!!. That fix the problem.

Thanks again for the software, your work, and your time. Great

svenhb commented 2 hours ago

Thanks :-)