Skip to content

Commit cf8a013

Browse files
committed
- Disabled DPI scaling
1 parent 3347fed commit cf8a013

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/stl/threebodysimulation/Launcher.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ public class Launcher {
1212
* @param args Terminal arguments.
1313
*/
1414
public static void main(String[] args) {
15+
System.setProperty("prism.allowhidpi", "false");
1516
Application.launch(MainApp.class, args);
1617
}
1718
}

0 commit comments

Comments
 (0)