JAL-3144 left aligned looks better (and works in JalviewJS!)
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Tue, 30 Oct 2018 15:48:42 +0000 (15:48 +0000)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Tue, 30 Oct 2018 15:48:42 +0000 (15:48 +0000)
src/jalview/gui/SequenceFetcher.java

index 7ef9613..51be630 100755 (executable)
@@ -207,11 +207,11 @@ public class SequenceFetcher extends JPanel implements Runnable
     JLabel jLabel1 = new JLabel(MessageManager
             .getString("label.separate_multiple_accession_ids"));
     jLabel1.setFont(new Font("Verdana", Font.ITALIC, 11));
-    jLabel1.setHorizontalAlignment(SwingConstants.CENTER);
+    jLabel1.setHorizontalAlignment(SwingConstants.LEFT);
 
     replacePunctuation = new JCheckBox(
             MessageManager.getString("label.replace_commas_semicolons"));
-    replacePunctuation.setHorizontalAlignment(SwingConstants.CENTER);
+    replacePunctuation.setHorizontalAlignment(SwingConstants.LEFT);
     replacePunctuation.setFont(new Font("Verdana", Font.ITALIC, 11));
     okBtn = new JButton(MessageManager.getString("action.ok"));
     okBtn.addActionListener(new ActionListener()