Skip to content
Snippets Groups Projects
Unverified Commit 5495ee34 authored by Kev's avatar Kev Committed by GitHub
Browse files

Merge pull request #238 from sanger-pathogens/v17_patch_branch

small increase in splash height for ubuntu
parents 8b3f2fe2 808bc7d6
No related branches found
No related tags found
No related merge requests found
......@@ -239,7 +239,7 @@ abstract public class Splash extends JFrame
}
pack();
setSize(455, 280);
setSize(455, 290);
final Dimension screen = Toolkit.getDefaultToolkit().getScreenSize();
setLocation(new Point((screen.width - getSize().width) / 2,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment