Skip to content

Commit

Permalink
vectorial icons in Subscriptions report
Browse files Browse the repository at this point in the history
  • Loading branch information
car031 committed Jan 17, 2025
1 parent 79c4541 commit f0b8078
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ protected void prepareListGrid() {
icon.setAlign(Alignment.CENTER);
icon.setShowDefaultContextMenu(false);
icon.setImageURLPrefix(Util.imagePrefix());
icon.setImageURLSuffix(".png");
icon.setImageURLSuffix(".svg");
icon.setCanFilter(false);

list.setFields(id, userId, userName, created, option, icon, path, events);
Expand Down

0 comments on commit f0b8078

Please sign in to comment.