[tweak] adjusted default size for the optimization dialog
This commit is contained in:
parent
728964531b
commit
73e8caa0e5
@ -602,6 +602,12 @@ public class GeneralOptimizationDialog extends JDialog {
|
|||||||
clearHistory();
|
clearHistory();
|
||||||
updateComponents();
|
updateComponents();
|
||||||
GUIUtil.setDisposableDialogOptions(this, null);
|
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() {
|
private void startOptimization() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user