(JAL-1052) basic consensus line parsing to rna structure lines
[jalview.git] / src / jalview / appletgui / UserDefinedColours.java
index 7819ff3..77fd5ec 100755 (executable)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.6)
- * Copyright (C) 2010 J Procter, AM Waterhouse, G Barton, M Clamp, S Searle
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.7)
+ * Copyright (C) 2011 J Procter, AM Waterhouse, J Engelhardt, LM Lui, G Barton, M Clamp, S Searle
  * 
  * This file is part of Jalview.
  * 
@@ -194,9 +194,10 @@ public class UserDefinedColours extends Panel implements ActionListener,
     int width = 400;
 
     dialog.setBounds(alignframe.getBounds().x
-            + (alignframe.getSize().width - width) / 2, alignframe
-            .getBounds().y
-            + (alignframe.getSize().height - height) / 2, width, height);
+            + (alignframe.getSize().width - width) / 2,
+            alignframe.getBounds().y
+                    + (alignframe.getSize().height - height) / 2, width,
+            height);
 
   }