Skip to content

Commit

Permalink
process icon use GAVEL
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacxx committed Mar 17, 2021
1 parent ae9e6da commit f93f202
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@ public TableCell<Dispute, Dispute> call(TableColumn<Dispute, Dispute> column) {
public void updateItem(final Dispute item, boolean empty) {
super.updateItem(item, empty);
if (item != null && !empty) {
Button button = getRegularIconButton(MaterialDesignIcon.SETTINGS);
Button button = getRegularIconButton(MaterialDesignIcon.GAVEL);
button.setOnAction(e -> {
tableView.getSelectionModel().select(this.getIndex());
handleOnProcessDispute(item);
Expand Down

0 comments on commit f93f202

Please sign in to comment.