Skip to content

Commit b72c635

Browse files
committed
Rename icon 'edges.svg' to 'edge_detection.svg' for consistency
1 parent 120721a commit b72c635

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

datalab/data/icons/processing/edges.svg renamed to datalab/data/icons/processing/edge_detection.svg

Lines changed: 1 addition & 1 deletion
Loading

datalab/gui/actionhandler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,7 @@ def create_first_actions(self):
11381138
separator=True,
11391139
tip=_("Apply all morphological operations"),
11401140
)
1141-
with self.new_menu(_("Edge detection"), icon_name="edges.svg"):
1141+
with self.new_menu(_("Edge detection"), icon_name="edge_detection.svg"):
11421142
self.action_for("canny")
11431143
self.action_for("farid", separator=True)
11441144
self.action_for("farid_h")

0 commit comments

Comments
 (0)