chore: rename button to make it more sensible

This commit is contained in:
2026-08-20 16:19:57 +02:00
committed by duan_j
parent f7298b994f
commit 0b030ca476
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -462,8 +462,8 @@ Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- Add Change Energy row to experiment configuration
([`c618354`](https://gitea.psi.ch/mx/AareDAQ/commit/c618354c0146e6a071873507aad4d085c71e344f))
Copy of the Beamline Setup energy row (keV display, eV emit), placed below the ML Loop Centring /
Make Raster Grid row and always visible. Wired to the same daq.change_energy; not staff-gated,
Copy of the Beamline Setup energy row (keV display, eV emit), placed below the Auto Centering /
Draw a Grid row and always visible. Wired to the same daq.change_energy; not staff-gated,
server enforces write permission.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@@ -77,8 +77,8 @@ class DataCollectionSettings(QFrame):
self._tab_bar.addTab(label)
# Ex-"Loop centering" panel buttons; always visible, whatever the tab.
self.find_tip = QPushButton("ML Loop Centring", parent=self)
self.bounding_box = QPushButton("Make Raster Grid", parent=self)
self.find_tip = QPushButton("Auto Centering", parent=self)
self.bounding_box = QPushButton("Draw a Grid", parent=self)
centering_row = QWidget(self)
centering_layout = QHBoxLayout(centering_row)
centering_layout.setContentsMargins(0, 0, 0, 0)