From: amwaterhouse Date: Tue, 6 Dec 2005 09:15:35 +0000 (+0000) Subject: Size changes X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=3fbc0e05c58c7b3490b86e1157d46c69d8c8b2d0;p=jalview.git Size changes --- diff --git a/src/jalview/gui/SequenceFetcher.java b/src/jalview/gui/SequenceFetcher.java index 28d7002..aa85232 100755 --- a/src/jalview/gui/SequenceFetcher.java +++ b/src/jalview/gui/SequenceFetcher.java @@ -39,9 +39,9 @@ public class SequenceFetcher frame = new JInternalFrame(); frame.setContentPane(this); if(System.getProperty("os.name").startsWith("Mac")) - Desktop.addInternalFrame(frame, "Sequence Fetcher (WSDBfetch@EBI)", 390, 140); + Desktop.addInternalFrame(frame, "Sequence Fetcher (WSDBfetch@EBI)", 400, 140); else - Desktop.addInternalFrame(frame, "Sequence Fetcher (WSDBfetch@EBI)", 390, 120); + Desktop.addInternalFrame(frame, "Sequence Fetcher (WSDBfetch@EBI)", 400, 120); } private void jbInit() @@ -92,14 +92,14 @@ public class SequenceFetcher , GridBagConstraints.WEST, GridBagConstraints.BOTH, new Insets(7, -2, 7, 12), 241, -2)); - this.add(textfield, new GridBagConstraints(1, 1, 1, 1, 1.0, 0.0 - , GridBagConstraints.WEST, - GridBagConstraints.HORIZONTAL, - new Insets(0, 0, 0, 6), 200, 1)); this.add(database, new GridBagConstraints(0, 1, 1, 1, 1.0, 0.0 , GridBagConstraints.WEST, GridBagConstraints.NONE, new Insets(0, 4, 0, 0), 1, 0)); + this.add(textfield, new GridBagConstraints(1, 1, 1, 1, 1.0, 0.0 + , GridBagConstraints.CENTER, + GridBagConstraints.HORIZONTAL, + new Insets(0, 0, 0, 6), 200, 1)); } JComboBox database = new JComboBox();