Skip to content

Commit

Permalink
Merge pull request #4057 from kuronekochomusuke/reportDisplayResizeIssue
Browse files Browse the repository at this point in the history
allow report display split pane to resize
  • Loading branch information
Windchild292 authored Dec 17, 2022
2 parents 8c2bcdc + 975c2a0 commit fada42c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions megamek/src/megamek/client/ui/swing/ReportDisplay.java
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ public void actionPerformed(ActionEvent e) {
panButtons.add(new JLabel(""));
}
panelTop.add(panButtons, GBC.eol().fill(GridBagConstraints.HORIZONTAL));
panelTop.setMinimumSize(new Dimension(0, 0));
splitPaneMain.setTopComponent(panelTop);
add(splitPaneMain);

Expand Down

0 comments on commit fada42c

Please sign in to comment.