bancika / diy-layout-creator

multi platform circuit layout and schematic drawing tool
http://diy-fever.com
GNU General Public License v3.0
859 stars 99 forks source link

High DPI issues #325

Closed guiweber closed 5 years ago

guiweber commented 6 years ago

The following issues were noted when running the app on a 220 DPI screen (15" at 4K resolution), both Windows (tested under W10) and Linux (tested under Fedora with Gnome Wayland) are affected. I am using the default DPI scaling of 200% under Linux and 250% under Windows.

capture1 capture2

guiweber commented 6 years ago

P.S. The About windows is also too small for its content.

capture3

bancika commented 5 years ago

Found this solution, please check if it works https://superuser.com/questions/988379/how-do-i-run-java-apps-upscaled-on-a-high-dpi-display

Just found an easy solution on my Windows 10 machine:

Find java.exe you installed. Right click -> Properties Go to Compatibility tab Check Override high DPI scaling behavior. Choose System for Scaling performed by:

rickmccl commented 5 years ago

Following your suggestion, this seems to be working for me:

Find C:\Program Files (x86)\DIYLC\diylc.exe (same steps as above) Right click -> Properties Go to Compatibility tab Check "Override high DPI scaling behavior" box. for "Scaling performed by:" choose "System (Enhanced)"

Thanks!

image

maeknight commented 7 months ago

this is still an issue under linux, and the suggested solutions do not work

image