Skip to content

Commit

Permalink
split package name over two lines
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Meech committed Apr 12, 2024
1 parent 7a64fb2 commit 22f9902
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions brainglobe_registration/registration_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@ def __init__(self, napari_viewer: Viewer):
self.setLayout(QVBoxLayout())
self.layout().addWidget(
header_widget(
"brainglobe-registration",
"Registration to a BrainGlobe atlas using Elastix",
"brainglobe-<br>registration", # line break at <br>
"Registration with Elastix",
github_repo_name="brainglobe-registration",
)
)

Expand Down

0 comments on commit 22f9902

Please sign in to comment.