Skip to content

Commit 50cca07

Browse files
committed
Icon path revised
1 parent 7647ffe commit 50cca07

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed
-14 Bytes
Loading
Lines changed: 1 addition & 1 deletion
Loading
-14 Bytes
Loading
Lines changed: 1 addition & 1 deletion
Loading

knime_extension/src/nodes/geolab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1850,7 +1850,7 @@ def execute(self, exec_context: knext.ExecutionContext, input_table):
18501850
@knext.node(
18511851
name="Haversine Distance",
18521852
node_type=knext.NodeType.MANIPULATOR,
1853-
icon_path=__NODE_ICON_PATH + "CreateGrid.png",
1853+
icon_path=__NODE_ICON_PATH + "HaversineDist.png",
18541854
category=__category,
18551855
)
18561856
@knext.input_table(

0 commit comments

Comments
 (0)