Remove growing hashtable
[jalview.git] / src / jalview / ws / MsaWSThread.java
index fb82808..e87bcf3 100644 (file)
@@ -619,7 +619,9 @@ class MsaWSThread
 
     if (newFrame)
     {
-      AlignFrame af = new AlignFrame(al, columnselection);
+      AlignFrame af = new AlignFrame(al, columnselection,
+                                           AlignFrame.DEFAULT_WIDTH,
+                                           AlignFrame.DEFAULT_HEIGHT);
 
       // >>>This is a fix for the moment, until a better solution is
       // found!!<<<
@@ -677,8 +679,8 @@ class MsaWSThread
       }
 
       Desktop.addInternalFrame(af, alTitle,
-                               AlignFrame.NEW_WINDOW_WIDTH,
-                               AlignFrame.NEW_WINDOW_HEIGHT);
+                               AlignFrame.DEFAULT_WIDTH,
+                               AlignFrame.DEFAULT_HEIGHT);
 
     }
     else
@@ -692,4 +694,4 @@ class MsaWSThread
   {
     return false;
   }
-}
+}
\ No newline at end of file