提交 7e95758a 编写于 作者: S Skylot

fix(gui): add scroll to preferences dialog

上级 d44dd0de
......@@ -104,7 +104,9 @@ public class JadxSettingsWindow extends JDialog {
buttonPane.add(cancelButton);
Container contentPane = getContentPane();
contentPane.add(panel, BorderLayout.CENTER);
JScrollPane scrollPane = new JScrollPane(panel);
scrollPane.setHorizontalScrollBarPolicy(ScrollPaneConstants.HORIZONTAL_SCROLLBAR_AS_NEEDED);
contentPane.add(scrollPane, BorderLayout.CENTER);
contentPane.add(buttonPane, BorderLayout.PAGE_END);
getRootPane().setDefaultButton(saveBtn);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册