Skip to content

Commit

Permalink
Implement for the Project-Explorer #1063
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Wittmer authored and Maximilian Wittmer committed Mar 8, 2024
1 parent 5bd3301 commit 92113cb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ public void createPartControl(Composite aParent) {
if (this.userFilters.stream().anyMatch(UserFilter::isEnabled)) {
getCommonViewer().refresh();
}
getCommonViewer().setAutoExpandOnSingleChildLevels(10);
}

@Override
Expand Down

0 comments on commit 92113cb

Please sign in to comment.