Put Rocket Optimizer in scroll panel
Since it is a big window, and users may make it smaller, this is not unreasonable
This commit is contained in:
parent
143029f846
commit
0ebaaabff4
@ -602,7 +602,7 @@ public class GeneralOptimizationDialog extends JDialog {
|
|||||||
});
|
});
|
||||||
panel.add(closeButton, "right");
|
panel.add(closeButton, "right");
|
||||||
|
|
||||||
this.add(panel);
|
this.add(new JScrollPane(panel));
|
||||||
clearHistory();
|
clearHistory();
|
||||||
updateComponents();
|
updateComponents();
|
||||||
GUIUtil.setDisposableDialogOptions(this, null);
|
GUIUtil.setDisposableDialogOptions(this, null);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user