Skip to content

Commit

Permalink
cleanup paths configuration table column headers now visible
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Dec 4, 2023
1 parent 88a0ed2 commit a30410f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ public CleanupPathsPanel(@NotNull Project project) {
super(new CleanupPathsModel(), new ArrayList<>(), null);

this.project = project;

getTable().setShowColumns(true);
}

@Override
Expand Down

0 comments on commit a30410f

Please sign in to comment.