diff --git a/debye_bec/bec_widgets/widgets/scan_control_xas/scan_control_xas.py b/debye_bec/bec_widgets/widgets/scan_control_xas/scan_control_xas.py index ee6f4a8..c58202b 100644 --- a/debye_bec/bec_widgets/widgets/scan_control_xas/scan_control_xas.py +++ b/debye_bec/bec_widgets/widgets/scan_control_xas/scan_control_xas.py @@ -52,7 +52,7 @@ class ScanControlXAS(ScanControl): """ def __init__(self, *args, **kwargs): - self._motion_profile_group = QGroupBox("Motion Profile Preview") + self._motion_profile_group = QGroupBox("XAS scan helper") motion_profile_layout = QVBoxLayout(self._motion_profile_group) self.motion_profile_widget = MotionProfileWidget(self) motion_profile_layout.addWidget(self.motion_profile_widget)