Skip to content

Commit

Permalink
chore: removed unnecessary new lines in info text whitelist toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
ElpadoCan committed Mar 1, 2025
1 parent 017639a commit cc7b557
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cellacdc/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -9815,10 +9815,11 @@ def showInfo(self):
Use the "Eye" button to view the non-whitelisted segmentation masks.<br>
This will allow you to correct tracking errors, add new IDs to the
white list, etc.<br><br>
If you previously saved the whitelisted masks, you can load the
non-whitelisted file<br>
by clicking on the "Load file" button to restart from where you
left last time.<br><br>
left last time.
"""
)
msg.information(self, 'White list IDs', txt)

0 comments on commit cc7b557

Please sign in to comment.