Skip to content
Snippets Groups Projects
Commit 808bc7d6 authored by “kpepper”'s avatar “kpepper”
Browse files

small increase in splash height for ubuntu

parent 8575517f
Branches
Tags
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.
Please register or to comment