未验证 提交 dd4c2024 编写于 作者: A Alisson Lauffer 提交者: GitHub

fix(gui): increase settings vertical scroll increment (PR #1059)

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