JAL-629 revert metal laf
authorBen Soares <b.soares@dundee.ac.uk>
Thu, 16 Mar 2023 16:40:50 +0000 (16:40 +0000)
committerBen Soares <b.soares@dundee.ac.uk>
Thu, 16 Mar 2023 16:40:50 +0000 (16:40 +0000)
src/jalview/bin/Jalview.java

index a54259e..a728bc8 100755 (executable)
@@ -1354,12 +1354,7 @@ public class Jalview
   private static boolean setLinuxLookAndFeel()
   {
     boolean set = false;
-    /*
-     *  THIS IS A TEST FOR THE BUILD SERVER!
-     *
-    set = setMetalLookAndFeel();
-    //set = setFlatLookAndFeel();
-     */
+    set = setFlatLookAndFeel();
     if (!set)
       set = setMetalLookAndFeel();
     // avoid GtkLookAndFeel -- not good results especially on HiDPI