scroll to selection on opening.

This commit is contained in:
kruland2607 2013-10-02 13:45:54 -05:00
parent 24bba56059
commit 444035442f

View File

@ -352,6 +352,8 @@ public class ThrustCurveMotorSelectionPanel extends JPanel implements MotorSelec
panel.add(hideUsedBox, "gapleft para, spanx, growx, wrap para");
}
scrollSelectionVisible();
//// Hide very similar thrust curves
hideSimilarBox = new JCheckBox(trans.get("TCMotorSelPan.checkbox.hideSimilar"));
GUIUtil.changeFontSize(hideSimilarBox, -1);