JAL-629 revert metal laf
[jalview.git] / 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