Small change after review IDEA-CR-57770

GitOrigin-RevId: 3ab0f064615b5a6aebd3717187ca1e0315e8f97a
This commit is contained in:
Sergey Malenkov
2020-01-28 23:34:13 +00:00
committed by intellij-monorepo-bot
parent ce6f999e0d
commit b32d7fc5ac
@@ -138,6 +138,7 @@ public class SettingsTreeView extends JComponent implements Accessible, Disposab
myScroller.setBackground(UIUtil.SIDE_PANEL_BACKGROUND);
myScroller.getViewport().setBackground(UIUtil.SIDE_PANEL_BACKGROUND);
myScroller.getVerticalScrollBar().setBackground(UIUtil.SIDE_PANEL_BACKGROUND);
myScroller.setHorizontalScrollBarPolicy(ScrollPaneConstants.HORIZONTAL_SCROLLBAR_NEVER);
add(myScroller);
myTree.addComponentListener(new ComponentAdapter() {