Fix component analysis layout
Let the bottom window take up the rest of the vertical space, instead of growing gaps between that window and the bottom buttons
This commit is contained in:
parent
51a48931e1
commit
2b936aa0ef
@ -148,7 +148,7 @@ public class ComponentAnalysisDialog extends JDialog implements StateChangeListe
|
||||
JScrollPane scrollPane = new JScrollPane(warningList);
|
||||
////Warnings:
|
||||
scrollPane.setBorder(BorderFactory.createTitledBorder(trans.get("componentanalysisdlg.TitledBorder.warnings")));
|
||||
panel.add(scrollPane, "gap paragraph, spany 4, width 300lp!, growy 1, height :100lp:, wrap");
|
||||
panel.add(scrollPane, "gap paragraph, spany 4, wmin 300lp, grow, height :100lp:, wrap");
|
||||
|
||||
////Angle of attack:
|
||||
panel.add(new JLabel(trans.get("componentanalysisdlg.lbl.angleofattack")), "width 120lp!");
|
||||
@ -183,7 +183,7 @@ public class ComponentAnalysisDialog extends JDialog implements StateChangeListe
|
||||
// Tabbed pane
|
||||
|
||||
JTabbedPane tabbedPane = new JTabbedPane();
|
||||
panel.add(tabbedPane, "spanx, growx, growy");
|
||||
panel.add(tabbedPane, "spanx, growx, growy, pushy");
|
||||
|
||||
|
||||
// Create the Longitudinal Stability (CM vs CP) data table
|
||||
|
Loading…
x
Reference in New Issue
Block a user