IDEA-131301 Push dialog has wrong indents in the commit tree view

*expand/collapse tree icons removed for single-repo project
This commit is contained in:
Nadya Zabrodina
2014-10-15 20:16:36 +04:00
parent 27284e3dd9
commit cd15397dd5
@@ -117,6 +117,7 @@ public class PushLog extends JPanel implements TypeSafeDataProvider {
}
};
myTree.setEditable(true);
myTree.setShowsRootHandles(root.getChildCount() > 1);
MyTreeCellEditor treeCellEditor = new MyTreeCellEditor();
myTree.setCellEditor(treeCellEditor);
treeCellEditor.addCellEditorListener(new CellEditorListener() {