Size changes
authoramwaterhouse <Andrew Waterhouse>
Tue, 6 Dec 2005 09:15:35 +0000 (09:15 +0000)
committeramwaterhouse <Andrew Waterhouse>
Tue, 6 Dec 2005 09:15:35 +0000 (09:15 +0000)
src/jalview/gui/SequenceFetcher.java

index 28d7002..aa85232 100755 (executable)
@@ -39,9 +39,9 @@ public class SequenceFetcher
     frame = new JInternalFrame();\r
     frame.setContentPane(this);\r
     if(System.getProperty("os.name").startsWith("Mac"))\r
-      Desktop.addInternalFrame(frame, "Sequence Fetcher (WSDBfetch@EBI)", 390, 140);\r
+      Desktop.addInternalFrame(frame, "Sequence Fetcher (WSDBfetch@EBI)", 400, 140);\r
     else\r
-      Desktop.addInternalFrame(frame, "Sequence Fetcher (WSDBfetch@EBI)", 390, 120);\r
+      Desktop.addInternalFrame(frame, "Sequence Fetcher (WSDBfetch@EBI)", 400, 120);\r
   }\r
 \r
   private void jbInit()\r
@@ -92,14 +92,14 @@ public class SequenceFetcher
                                              , GridBagConstraints.WEST,\r
                                              GridBagConstraints.BOTH,\r
                                              new Insets(7, -2, 7, 12), 241, -2));\r
-    this.add(textfield, new GridBagConstraints(1, 1, 1, 1, 1.0, 0.0\r
-                                               , GridBagConstraints.WEST,\r
-                                               GridBagConstraints.HORIZONTAL,\r
-                                               new Insets(0, 0, 0, 6), 200, 1));\r
     this.add(database, new GridBagConstraints(0, 1, 1, 1, 1.0, 0.0\r
                                               , GridBagConstraints.WEST,\r
                                               GridBagConstraints.NONE,\r
                                               new Insets(0, 4, 0, 0), 1, 0));\r
+    this.add(textfield, new GridBagConstraints(1, 1, 1, 1, 1.0, 0.0\r
+                                               , GridBagConstraints.CENTER,\r
+                                               GridBagConstraints.HORIZONTAL,\r
+                                               new Insets(0, 0, 0, 6), 200, 1));\r
   }\r
 \r
   JComboBox database = new JComboBox();\r