Merge remote-tracking branch 'origin/develop' into bug/JAL-2665-2.10.3
[jalview.git] / src / jalview / jbgui / GSequenceLink.java
index ab3ea2c..a43e504 100755 (executable)
@@ -183,9 +183,10 @@ public class GSequenceLink extends JPanel
       height = 176;
     }
 
-    this.add(jPanel1, new GridBagConstraints(0, 0, 1, 1, 1.0, 1.0,
-            GridBagConstraints.CENTER, GridBagConstraints.BOTH, new Insets(
-                    5, 4, 6, 5), 390, height));
+    this.add(jPanel1,
+            new GridBagConstraints(0, 0, 1, 1, 1.0, 1.0,
+                    GridBagConstraints.CENTER, GridBagConstraints.BOTH,
+                    new Insets(5, 4, 6, 5), 390, height));
   }
 
   @Override