Improve how Validate deals with high-dpi displays
yanokwa opened this issue · 2 comments
yanokwa commented
The initial discussion is here: https://forum.opendatakit.org/t/improving-how-odk-validate-deals-with-high-dpi-diplays/10638.
From that discussion, it sounds like there are three options.
- Users who experience this issue fix it themselves, but it seems like you’d need to mess with the registry which I’d prefer not to.
- Make ODK Validate tell Windows it’s NOT dpi-aware, in which case Windows will scale the app automatically. This may give the UI a fuzzy look but at least we’ll be able to read it.
- Make ODK Validate adjust to high-dpi screens by itself or allow users to manually increase font sizes or scaling.
yanokwa commented
According to https://forum.opendatakit.org/t/-/10638/4 upgrading to Java 9 solves the problem. It would be good to confirm, then update the docs.
yanokwa commented
Closing because Validate runs on Java 9.