mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-118383 Git: Contained in branches pane is not scrollable
IntelliJ LAF fix (get rid of description gray background)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user