Skip to content

Commit

Permalink
Compact options so they fit in the default configuration window size
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelbraginskiy committed May 22, 2024
1 parent 79c0573 commit c235a8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ class ExportSettingsPanel extends JPanel {
gridPanel.add(chkTacOpsHeat);
gridPanel.add(mekNameLine);
gridPanel.add(scalePanel);
SpringUtilities.makeCompactGrid(gridPanel, 15, 1, 0, 0, 15, 10);
SpringUtilities.makeCompactGrid(gridPanel, 15, 1, 0, 0, 15, 8);
gridPanel.setBorder(new EmptyBorder(20, 30, 20, 30));
setLayout(new FlowLayout(FlowLayout.LEFT));
add(gridPanel);
Expand Down

0 comments on commit c235a8a

Please sign in to comment.