Skip to content

Commit

Permalink
Update MainWindow.java
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperdefined committed Oct 12, 2021
1 parent 7cfa9d6 commit 34917e4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

import lol.hyper.customlauncher.accounts.Account;
import lol.hyper.customlauncher.accounts.JSONManager;
import lol.hyper.customlauncher.generic.InfoWindow;
import lol.hyper.customlauncher.invasiontracker.InvasionTracker;
import org.json.JSONObject;

Expand Down Expand Up @@ -95,7 +94,7 @@ public MainWindow(String title, InvasionTracker invasionTracker) {
// invasions button
JButton invasionsButton = new JButton("Invasions");
invasionsButton.addActionListener(e -> {
invasionTracker.showWindow();
invasionTracker.showWindow();
});
invasionsButton.setAlignmentX(Component.CENTER_ALIGNMENT);
invasionsButton.setMaximumSize(new Dimension(300, invasionsButton.getMinimumSize().height));
Expand Down

0 comments on commit 34917e4

Please sign in to comment.