Skip to content

Commit

Permalink
Merge pull request #238 from sanger-pathogens/v17_patch_branch
Browse files Browse the repository at this point in the history
small increase in splash height for ubuntu
  • Loading branch information
kpepper authored Mar 9, 2018
2 parents 8b3f2fe + 808bc7d commit 5495ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uk/ac/sanger/artemis/components/Splash.java
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ public void windowClosing(WindowEvent event)
}

pack();
setSize(455, 280);
setSize(455, 290);

final Dimension screen = Toolkit.getDefaultToolkit().getScreenSize();
setLocation(new Point((screen.width - getSize().width) / 2,
Expand Down

0 comments on commit 5495ee3

Please sign in to comment.