[tweak] adjusted default size for the optimization dialog

This commit is contained in:
Daniel_M_Williams 2020-08-23 21:33:52 -04:00
parent 728964531b
commit 73e8caa0e5

View File

@ -602,6 +602,12 @@ public class GeneralOptimizationDialog extends JDialog {
clearHistory();
updateComponents();
GUIUtil.setDisposableDialogOptions(this, null);
// seem like a reasonable defaults
this.setSize(1200, 600);
// System.err.println("OptimizationDialog.size: " + this.getSize());
this.setLocation(100, 100);
// System.err.println("OptimizationDialog.location: " + this.getLocation());
}
private void startOptimization() {