Skip to content

Commit

Permalink
Merge pull request #106 from TomasPetro/patch-1
Browse files Browse the repository at this point in the history
Fixed bug 'typo in widget reader selections'
  • Loading branch information
chrishavlin authored Oct 25, 2023
2 parents 3939f75 + 3453b7e commit c90261c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yt_napari/_widget_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def __init__(self, name, selection_type: str, expand: bool = True):
self.main_layout.setSpacing(0)
self.main_layout.setContentsMargins(0, 0, 0, 0)

self.expand_button = QPushButton(f"Selection {name}")
self.expand_button = QPushButton(f"{name}")
self.expand_button.setToolTip(f"show/hide {name}")

self.selection_container_raw = _gui_utilities.get_yt_selection_container(
Expand Down

0 comments on commit c90261c

Please sign in to comment.