JAL-1953 some more comments, moved JalviewBinding
[jalview.git] / src / jalview / ext / archaeopteryx / AptxInit.java
index cbdd237..6bc8497 100644 (file)
@@ -506,7 +506,7 @@ public final class AptxInit
     TreeViewerUtils.associateNodesWithJalviewSequences(aptxApp, jalviewAlignport,
             bindAptxNodes.getAlignmentWithNodes(),
             bindAptxNodes.getNodesWithAlignment());
-    TreeViewerUtils.addTreeViewFrameToJalview(aptxApp);
+    TreeViewerUtils.addTreeViewFrameToJalview(aptxApp, 400, 500);
 
     // adaptAptxGui(aptxApp); //moved to AptxFrame
     return aptxApp;
@@ -529,7 +529,7 @@ public final class AptxInit
     TreeViewerUtils.associateNodesWithJalviewSequences(aptxApp, jalviewAlignport,
             bindAptxNodes.getAlignmentWithNodes(),
             bindAptxNodes.getNodesWithAlignment());
-    TreeViewerUtils.addTreeViewFrameToJalview(aptxApp);
+    TreeViewerUtils.addTreeViewFrameToJalview(aptxApp, 400, 500);
 
     return aptxApp;
   }