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:
Sibo Van Gool 2022-01-31 12:45:51 +01:00
parent 143029f846
commit 0ebaaabff4

View File

@ -602,7 +602,7 @@ public class GeneralOptimizationDialog extends JDialog {
});
panel.add(closeButton, "right");
this.add(panel);
this.add(new JScrollPane(panel));
clearHistory();
updateComponents();
GUIUtil.setDisposableDialogOptions(this, null);