Allow PlotExportPanel to grow
This commit is contained in:
parent
7343807c58
commit
4e2d378acc
@ -64,7 +64,7 @@ public class ComponentAnalysisPlotExportPanel extends JPanel implements PlotPane
|
||||
|
||||
public ComponentAnalysisPlotExportPanel(ComponentAnalysisDialog parent, CAParameters parameters,
|
||||
AerodynamicCalculator aerodynamicCalculator, Rocket rocket) {
|
||||
super(new MigLayout("fill, height 700px"));
|
||||
super(new MigLayout("fill, height 700px!", "[]", "[grow]"));
|
||||
|
||||
this.parent = parent;
|
||||
this.parameters = parameters;
|
||||
|
Loading…
x
Reference in New Issue
Block a user