From adcc63d45cfaf95357b86fd311d8b5c8a5d06b22 Mon Sep 17 00:00:00 2001 From: Dawn Date: Mon, 17 Aug 2026 16:54:19 +0200 Subject: [PATCH] chore: clarify move to mounting position in smargon movement --- src/aare/gui/panels/smargon_panel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aare/gui/panels/smargon_panel.py b/src/aare/gui/panels/smargon_panel.py index 462030e0..5e65966f 100644 --- a/src/aare/gui/panels/smargon_panel.py +++ b/src/aare/gui/panels/smargon_panel.py @@ -83,7 +83,7 @@ class SmargonPanel(QWidget): # Own row: sharing row 1 squeezed the Chi/Phi entry boxes. grid_layout.addWidget(self.move_group.button, 2, 0, 1, 7) - self.home_button = QPushButton("Move home", parent=self) + self.home_button = QPushButton("Move to mounting position", parent=self) grid_layout.addWidget(self.home_button, 3, 0, 1, 7) self.home_button.clicked.connect(self.home)