No need for minorSpacing
[jalview.git] / src / jalview / gui / AlignFrame.java
index 9d2cf0f..ccf7303 100755 (executable)
@@ -1207,8 +1207,8 @@ public class AlignFrame
 \r
     viewport.padGaps = padGapsMenuitem.isSelected();\r
 \r
-    if (viewport.padGaps)\r
-      alignmentChanged();\r
+   // if (viewport.padGaps)\r
+    alignmentChanged();\r
   }\r
 \r
   /**\r
@@ -2742,10 +2742,10 @@ public void drop(DropTargetDropEvent evt)
 }\r
 \r
   // This method will attempt to load a "dropped" file first by testing\r
-  // whether its and Annotation file, then group file. If both are\r
+  // whether its and Annotation file, then features file. If both are\r
   // false then the user may have dropped an alignment file onto this\r
   // AlignFrame\r
-   void loadJalviewDataFile(String file)\r
+   public void loadJalviewDataFile(String file)\r
   {\r
     try{\r
       boolean isAnnotation = new AnnotationReader().readAnnotationFile(viewport.\r