diff --git a/src/yt_napari/_widget_reader.py b/src/yt_napari/_widget_reader.py index ab57376..5df980d 100644 --- a/src/yt_napari/_widget_reader.py +++ b/src/yt_napari/_widget_reader.py @@ -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(