IDEA-118383 Git: Contained in branches pane is not scrollable

IntelliJ LAF fix (get rid of description gray background)
This commit is contained in:
Vassiliy.Kudryashov
2014-10-15 19:39:02 +04:00
parent 67de9b8ec5
commit 2dd6e5ab29
@@ -100,6 +100,8 @@ class DetailsPanel extends JPanel implements ListSelectionListener {
return size;
}
};
scrollPane.setOpaque(false);
scrollPane.getViewport().setOpaque(false);
scrollPane.setViewportView(myMessageDataPanel);
myContainingBranchesPanel = new ContainingBranchesPanel();