Skip to content

Commit

Permalink
Fix panel weights
Browse files Browse the repository at this point in the history
  • Loading branch information
CoreyD97 committed Jun 21, 2021
1 parent 0e5443e commit a78378a
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,13 +257,12 @@ public void actionPerformed(ActionEvent e) {
new int[]{0},
new int[]{0},
new int[]{0},
new int[]{0},
new int[]{1000},
new int[]{1},
};

PanelBuilder contentPanelBuilder = new PanelBuilder();
contentPanelBuilder.setComponentGrid(componentGrid);
// contentPanelBuilder.setGridWeightsX(weightGridY);
contentPanelBuilder.setGridWeightsX(weightGridY);
contentPanelBuilder.setGridWeightsY(weightGridY);
contentPanelBuilder.setScaleX(0.8);
contentPanelBuilder.setScaleY(1.0);
Expand Down

0 comments on commit a78378a

Please sign in to comment.