mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Small change after review IDEA-CR-57770
GitOrigin-RevId: 3ab0f064615b5a6aebd3717187ca1e0315e8f97a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ce6f999e0d
commit
b32d7fc5ac
+1
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user