Skip to content

Commit

Permalink
Desktop: improve DPI scaling under JDK > 8
Browse files Browse the repository at this point in the history
  • Loading branch information
krlvm committed Feb 2, 2022
1 parent 42edb18 commit f93e9c7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public static void main(String[] args) {
System.out.println("WARNING: Running a pre-release version of " + BuildConstants.NAME);
System.out.println();
}
SwingDPI.disableJava9NativeScaling();

final ArgumentParser.Builder builder = new ArgumentParser.Builder()
.option(Arguments.HELP, "display help")
Expand Down

0 comments on commit f93e9c7

Please sign in to comment.