Allow PlotExportPanel to grow

This commit is contained in:
SiboVG 2024-08-29 09:27:54 +02:00
parent 7343807c58
commit 4e2d378acc

View File

@ -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;