Skip to content

Commit

Permalink
Update MekHQ/src/mekhq/gui/StratconTab.java
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Bowen <[email protected]>
  • Loading branch information
NickAragua and Windchild292 authored Jul 7, 2021
1 parent f5d0f82 commit 2aa06e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions MekHQ/src/mekhq/gui/StratconTab.java
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,9 @@ private void initializeInfoPanel() {
infoPanel.add(new JLabel("Current Campaign Status:"));
infoPanel.add(campaignStatusText);

JButton btnManageCampaignState = new JButton();
JButton btnManageCampaignState = new JButton("Manage SP/VP");
btnManageCampaignState.setHorizontalAlignment(SwingConstants.LEFT);
btnManageCampaignState.setVerticalAlignment(SwingConstants.TOP);
btnManageCampaignState.setText("Manage SP/VP");
btnManageCampaignState.addActionListener(this::showCampaignStateManagement);
infoPanel.add(btnManageCampaignState);

Expand Down

0 comments on commit 2aa06e7

Please sign in to comment.