Skip to content

Commit f988d42

Browse files
committed
Underscore in GUI label for macro recording
1 parent 15edbf3 commit f988d42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Fiji/scripts/Plugins/Template_Matching/Template_Matching_Image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
Win.addNumericField("Maximal_overlap between Bounding boxes [0-1]", prefs.getFloat("MaxOverlap",0.4), 2)
5050
Win.addMessage("Outputs")
5151
Win.addCheckbox("Add_ROI detected to ROI manager", prefs.getInt("AddRoi", True))
52-
Win.addCheckbox("Show result table", prefs.getInt("ShowTable", False))
52+
Win.addCheckbox("Show_result table", prefs.getInt("ShowTable", False))
5353
Win.addMessage("If you use this plugin please cite : xxx")
5454
Win.addHelp("https://github.com/acquifer/RoiDetection/wiki")
5555

0 commit comments

Comments
 (0)