Skip to content

Commit

Permalink
Fixing the version feature on splash-screen
Browse files Browse the repository at this point in the history
  • Loading branch information
ljo committed Aug 25, 2014
1 parent dd91664 commit 2141762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/exist/launcher/SplashScreen.java
Expand Up @@ -91,7 +91,7 @@ public SplashScreen(Launcher launcher) {
getContentPane().add(statusLabel, BorderLayout.SOUTH);
// show it
setSize(new Dimension(icon.getIconWidth() + 40, icon.getIconHeight() + 50));
//pack();
pack();
this.setLocationRelativeTo(null);
setVisible(true);
}
Expand Down

0 comments on commit 2141762

Please sign in to comment.