Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions curve_apps-assets/uijson/contours.ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@
"fixed_contours": {
"group": "Contours",
"main": true,
"label": "Fixed Contours",
"label": "Fixed contours",
"value": "0",
"optional": true,
"enabled": false
},
"max_distance": {
"enabled": true,
"label": "Max Interpolation Distance (m)",
"label": "Max interpolation distance (m)",
"main": true,
"value": 500.0
},
Expand Down
4 changes: 2 additions & 2 deletions curve_apps-assets/uijson/edge_detection.ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"main": true,
"optional": true,
"enabled": false,
"label": "Window Size (pixels)",
"label": "Window size (pixels)",
"min": 16,
"max": 512,
"value": 64,
Expand All @@ -83,7 +83,7 @@
"main": true,
"optional": true,
"enabled": false,
"label": "Merge Length (m)",
"label": "Merge length (m)",
"min": 0,
"value": 100.0,
"tooltip": "If the distance between two nodes is less than this value, the nodes will be merged"
Expand Down
2 changes: 1 addition & 1 deletion curve_apps-assets/uijson/peak_finder.ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"enabled": true,
"main": true,
"group": "Python run preferences",
"label": "Save As",
"label": "Save as",
"value": "Peak Finder",
"visible": false
},
Expand Down
Loading