Skip to content

Commit

Permalink
Fixed launcher not appearing centered.
Browse files Browse the repository at this point in the history
  • Loading branch information
sk89q committed Jun 11, 2013
1 parent a277a4d commit 883f703
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/sk89q/mclauncher/LauncherFrame.java
Expand Up @@ -72,6 +72,8 @@ public void windowClosing(WindowEvent event) {
dispose();
}
});

setLocationRelativeTo(null);
}

/**
Expand Down

0 comments on commit 883f703

Please sign in to comment.