Skip to content

Commit b7274a3

Browse files
committed
Groupby: temp icon
1 parent b054785 commit b7274a3

File tree

2 files changed

+179
-1
lines changed

2 files changed

+179
-1
lines changed
Lines changed: 178 additions & 0 deletions
Loading

Orange/widgets/data/owgroupby.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ def block_signals(widget):
289289
class OWGroupBy(OWWidget, ConcurrentWidgetMixin):
290290
name = "Group by"
291291
description = ""
292-
icon = "icons/aggregate.svg"
292+
icon = "icons/GroupBy.svg"
293293
keywords = ["aggregate", "group by"]
294294

295295
class Inputs:

0 commit comments

Comments
 (0)