Skip to content

Commit

Permalink
Fix typo in system property
Browse files Browse the repository at this point in the history
  • Loading branch information
emichael committed Jan 16, 2024
1 parent e07e493 commit 6e5d68c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public class DebuggerWindow extends JFrame {
// Disabling this because it seems to cause problems on MacOS and causes text to appear blurry
// setProperty("sun.java2d.uiScale.enabled", "false");
setProperty("sun.java2d.win.uiScaleX", "1.0");
setProperty("sun.java2d.win.uiScaleX", "1.0");
setProperty("sun.java2d.win.uiScaleY", "1.0");

/*
* MigLayout thinks it's so smart and wants to use different spacing on different platforms. We
Expand Down

0 comments on commit 6e5d68c

Please sign in to comment.