JAL-3416 Turn off (partial) flatlaf scaling for HiDPI in Linux and Java 8 - Some...
[jalview.git] / src / jalview / bin / Jalview.java
index cb078b8..c6aaaef 100755 (executable)
@@ -324,6 +324,11 @@ public class Jalview
       System.out.println("Launcher version: " + val);
     }
 
+    if (Platform.isLinux() && LaunchUtils.getJavaVersion() < 11)
+    {
+      System.setProperty("flatlaf.uiScale", "1");
+    }
+
     // report Jalview version
     Cache.loadBuildProperties(true);