PCGen / pcgen

Main code and data development for pcgen program release
http://pcgen.org
GNU Lesser General Public License v2.1
431 stars 341 forks source link

Small text on High resolution screens #1606

Closed vidia closed 6 years ago

vidia commented 8 years ago

I am having an issue where the size of all the text and buttons is incredibly small, and don't respond to changing the resolution in Windows display settings.

I am running PCGen on a Surface Book.

Is there anything that can be done about this or is a code change required?

LegacyKing commented 8 years ago

This is a Java issue. @cpmeister is working on this issue.

vidia commented 7 years ago

@cpmeister Is there an update on this? Would you like any help on it (not that I am familiar with this codebase)

LegacyKing commented 7 years ago

@vidia if you are willing to help, that would be appreciated. The code monkey leading the project has not been actively communicating for some time. One of the fun things about open source projects, real life happens unexpectedly. The solution that was planned was re-writing the entire UI in the JavaFX (java 8) method, migrating from our current Java Swing. Initial work was submitted for review, but it is far from complete.

LegacyKing commented 7 years ago

Okay, Late update, but we pulled in a change from a user that should make this easier in the 6.07.03 release. Coming soon (tm)

boredgame16 commented 6 years ago

I was able to workaround this issue by going into the compatibility properties of the PCGen shortcut and setting the "Override high DPI scaling behavior" to System. This was tested on Windows 10.

LegacyKing commented 6 years ago

Issue moved to JIRA - FAQ updated on the WIKI. Closing out as we have a workaround.