Skip to content

Commit

Permalink
Merge branch 'collapsible-widget-parent-bug' of https://github.com/br…
Browse files Browse the repository at this point in the history
…ainglobe/brainglobe-utils into collapsible-widget-parent-bug
  • Loading branch information
IgorTatarnikov committed Jan 8, 2024
2 parents d7534cc + 9f2f367 commit 20960e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brainglobe_utils/qtpy/collapsible_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def add_widget(
collapsible : bool, optional
Whether the widget should be collapsible.
widget_title : str, optional
The title of the CollapsibleWidget.
The title of the widget.
"""
if collapsible:
collapsible_widget = CollapsibleWidget(widget_title, parent=self)
Expand Down

0 comments on commit 20960e8

Please sign in to comment.