JAL-1519 make the splash screen larger/more readable
[jalview.git] / src / jalview / gui / SplashScreen.java
index c4bdc03..14e1a0e 100755 (executable)
@@ -169,11 +169,11 @@ public class SplashScreen extends JPanel implements Runnable,
       authlist.setContentType("text/html");
       authlist.setText(newtext);
       authlist.setVisible(true);
-      authlist.setSize(new Dimension(750, 275));
+      authlist.setSize(new Dimension(750, 375));
       add(authlist, BorderLayout.CENTER);
       revalidate();
       iframe.setBounds((int) ((Desktop.instance.getWidth() - 750) / 2),
-              (int) ((Desktop.instance.getHeight() - 140) / 2), 750,
+              (int) ((Desktop.instance.getHeight() - 375) / 2), 750,
               authlist.getHeight() + iconimg.getHeight());
       iframe.validate();
       iframe.setVisible(true);